Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4 (#525)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 13, 2024
1 parent 50220a0 commit cec4b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-on-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
VERSION="${{github.event.inputs.git_clone_arg}}#${{github.event.inputs.git_tag}} $(git log --format=oneline -n 1 HEAD)" cargo build --locked
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: executable
path: target/debug/robbb
Expand All @@ -52,7 +52,7 @@ jobs:
run: |
echo -e "${{secrets.GUILD}}\n${{secrets.TOKEN}}\n" | ./gen-env.sh >.env
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: executable

Expand Down

0 comments on commit cec4b5e

Please sign in to comment.