Skip to content

Commit 9414515

Browse files
committed
ci: Update to latest actions/upload-artifacts
1 parent 229c536 commit 9414515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Package action for integration tests
2323
if: ${{ github.ref != 'refs/heads/release' }}
2424
run: npm run package
25-
- uses: actions/upload-artifact@v2
25+
- uses: actions/upload-artifact@v7
2626
with:
2727
name: dist
2828
path: ${{ env.dist-path }}

0 commit comments

Comments
 (0)