We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da8319 commit 9e65adbCopy full SHA for 9e65adb
1 file changed
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
make dist
38
39
- name: Archive build artifacts
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4.6.2
41
with:
42
name: build
43
path: build
@@ -51,7 +51,7 @@ jobs:
51
uses: actions/checkout@v3
52
53
- name: Download build artifacts
54
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.2.1
55
56
57
0 commit comments