Skip to content

Commit 7ea6d71

Browse files
chore(deps): update github artifact actions
1 parent c74d5ef commit 7ea6d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-on-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
VERSION="${{github.event.inputs.git_clone_arg}}#${{github.event.inputs.git_tag}} $(git log --format=oneline -n 1 HEAD)" cargo build --locked
3535
36-
- uses: actions/upload-artifact@v4
36+
- uses: actions/upload-artifact@v7
3737
with:
3838
name: executable
3939
path: target/debug/robbb
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
echo -e "${{secrets.GUILD}}\n${{secrets.TOKEN}}\n" | ./gen-env.sh >.env
5454
55-
- uses: actions/download-artifact@v4
55+
- uses: actions/download-artifact@v8
5656
with:
5757
name: executable
5858

0 commit comments

Comments
 (0)