Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 7f112b1 commit 7f9e7f3
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/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.2.0
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/upload-artifact@v3.1.1
uses: actions/upload-artifact@v3.2.0
if: ${{ github.event_name == 'pull_request' }}
with:
name: pr
Expand Down

0 comments on commit 7f9e7f3

Please sign in to comment.