Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.3.3 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent b73b40b commit 982e6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: npm run package -- --target=${{ matrix.vsce_target }}

- name: Upload vsix as artifact
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: ${{ matrix.vsce_target }}
path: '*.vsix'
Expand Down

0 comments on commit 982e6aa

Please sign in to comment.