We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a57df2 commit 753558cCopy full SHA for 753558c
1 file changed
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: build
37
run: cargo build --release
38
- name: Upload Artifact
39
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
40
with:
41
name: ${{ matrix.artifact }}
42
path: target/release/${{ matrix.filename }}
@@ -49,15 +49,15 @@ jobs:
49
- uses: actions/checkout@v2
50
51
# Download artifacts
52
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
53
54
name: windows
55
path: output/windows/server-script
56
57
58
name: linux
59
path: output/linux/server-script
60
61
62
name: darwin
63
path: output/darwin/server-script
0 commit comments