Skip to content

Commit 643605a

Browse files
Update workflow dependencies
1 parent 2c435de commit 643605a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: cargo build --release --target x86_64-unknown-linux-musl
2121
working-directory: server
2222
- name: Upload artifact
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: server-x86_64-unknown-linux-musl
2626
path: ./server/target/x86_64-unknown-linux-musl/release/digidecs
@@ -47,7 +47,7 @@ jobs:
4747
- run: tar -czf frontend.tar.gz dist/*
4848
working-directory: frontend
4949
- name: Upload artifact
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: frontend.tar.gz
5353
path: ./frontend/frontend.tar.gz
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Download all workflow run artifacts
64-
uses: actions/download-artifact@v3
64+
uses: actions/download-artifact@v4
6565

6666
- name: Create Release
6767
id: create_release

0 commit comments

Comments
 (0)