Skip to content

Commit

Permalink
Update workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed Feb 3, 2025
1 parent 2c435de commit 643605a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: cargo build --release --target x86_64-unknown-linux-musl
working-directory: server
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: server-x86_64-unknown-linux-musl
path: ./server/target/x86_64-unknown-linux-musl/release/digidecs
Expand All @@ -47,7 +47,7 @@ jobs:
- run: tar -czf frontend.tar.gz dist/*
working-directory: frontend
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: frontend.tar.gz
path: ./frontend/frontend.tar.gz
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Create Release
id: create_release
Expand Down

0 comments on commit 643605a

Please sign in to comment.