We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/upload-artifacts
1 parent 229c536 commit 9414515Copy full SHA for 9414515
1 file changed
.github/workflows/tests-integration.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Package action for integration tests
23
if: ${{ github.ref != 'refs/heads/release' }}
24
run: npm run package
25
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v7
26
with:
27
name: dist
28
path: ${{ env.dist-path }}
0 commit comments