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.
1 parent 78a2330 commit f4b85aeCopy full SHA for f4b85ae
.github/workflows/check-dist.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
26
- name: Set Node.js 16.x
27
uses: actions/setup-node@v3
@@ -45,7 +45,7 @@ jobs:
45
id: diff
46
47
# If index.js was different than expected, upload the expected version as an artifact
48
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
49
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
50
with:
51
name: dist
0 commit comments