Skip to content

Commit

Permalink
actions: bump upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobharder committed Dec 18, 2024
1 parent 43830cc commit fcd0e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: test
run: npm run test
- name: upload extension
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: anno-modding-tools-${{ steps.package-version.outputs.version }}
path: anno-modding-tools-${{ steps.package-version.outputs.version }}.vsix
if-no-files-found: error
- name: upload command line tool
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: anno-modding-tools-${{ steps.package-version.outputs.version }}
path: anno-modding-tools-${{ steps.package-version.outputs.version }}.tgz
Expand Down

0 comments on commit fcd0e5b

Please sign in to comment.