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 72ebe83 + 8eeb6da commit 14c1b14Copy full SHA for 14c1b14
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
- name: Download build artifact
33
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
34
with:
35
name: 'build'
36
path: 'build'
.github/workflows/setup_and_build.yml
@@ -33,7 +33,7 @@ jobs:
- name: Build
run: yarn build
- name: Upload artifact
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
37
38
39
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
20
0 commit comments