We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34d8269 + cf9db50 commit 948dd03Copy full SHA for 948dd03
.github/workflows/check-dist.yml
@@ -46,7 +46,7 @@ jobs:
46
id: diff
47
48
# If index.js was different than expected, upload the expected version as an artifact
49
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
50
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
51
with:
52
name: dist
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Upload test results
27
if: ${{ !cancelled() }}
28
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
29
30
name: test-results
31
path: __tests__/__results__/*.xml
0 commit comments