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 acf9a53 + dc746e7 commit 5880596Copy full SHA for 5880596
1 file changed
.github/workflows/push.yml
@@ -14,7 +14,7 @@ jobs:
14
node-version: '16'
15
16
- name: ⬆️ Upload output
17
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
18
with:
19
name: ${{ github.sha }}
20
path: ./**
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
steps:
26
- name: ⬇️ Restore output
27
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
28
29
30
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
0 commit comments