Skip to content

Commit

Permalink
chore: update to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Jan 31, 2025
1 parent 64f52cf commit ce25e24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
args: --all-features --locked

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux
path: target/release/jellyfin-rpc-x86_64-linux
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
run: mv target/armv7-unknown-linux-gnueabihf/release/jellyfin-rpc target/armv7-unknown-linux-gnueabihf/release/jellyfin-rpc-arm32-linux

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-arm32
path: target/armv7-unknown-linux-gnueabihf/release/jellyfin-rpc-arm32-linux
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
run: mv target/aarch64-unknown-linux-gnu/release/jellyfin-rpc target/aarch64-unknown-linux-gnu/release/jellyfin-rpc-arm64-linux

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-arm64
path: target/aarch64-unknown-linux-gnu/release/jellyfin-rpc-arm64-linux
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
args: --all-features --locked

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows
path: target/release/jellyfin-rpc.exe
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
args: --all-features --locked

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos-x86_64
path: target/release/jellyfin-rpc-x86_64-darwin
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
run: mv target/aarch64-apple-darwin/release/jellyfin-rpc target/aarch64-apple-darwin/release/jellyfin-rpc-arm64-darwin

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos-arm64
path: target/aarch64-apple-darwin/release/jellyfin-rpc-arm64-darwin

0 comments on commit ce25e24

Please sign in to comment.