We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74d5ef commit 7ea6d71Copy full SHA for 7ea6d71
.github/workflows/test-on-server.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
VERSION="${{github.event.inputs.git_clone_arg}}#${{github.event.inputs.git_tag}} $(git log --format=oneline -n 1 HEAD)" cargo build --locked
35
36
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
37
with:
38
name: executable
39
path: target/debug/robbb
@@ -52,7 +52,7 @@ jobs:
52
53
echo -e "${{secrets.GUILD}}\n${{secrets.TOKEN}}\n" | ./gen-env.sh >.env
54
55
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v8
56
57
58
0 commit comments