Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent 6819614 commit e2ffba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: yarn build

- name: Upload artifact
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: ${{steps.version.outputs.repo}}-${{steps.version.outputs.beta}}.vsix
path: "*.vsix"
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
printf "[summary](${{env.WORKFLOW_URL}}#annotations). 😥" >> ./pr/comment
- name: Upload the PR information
uses: actions/[email protected].1
uses: actions/[email protected].3
if: ${{ github.event_name == 'pull_request' }}
with:
name: pr
Expand Down

0 comments on commit e2ffba9

Please sign in to comment.