chore(deps): update https://code.forgejo.org/forgejo/upload-artifact action to v5
All checks were successful
Build and test / Tests (pull_request) Successful in 1m17s
Checking Renovate configuration / validate (pull_request) Successful in 1m20s
Build and test / Build AMD64 (pull_request) Successful in 1m35s
Build and test / Clippy (pull_request) Successful in 4m21s
Checking yaml / Run yamllint (pull_request) Successful in 4m28s
Build and test / Generate Documentation (pull_request) Successful in 7m16s
All checks were successful
Build and test / Tests (pull_request) Successful in 1m17s
Checking Renovate configuration / validate (pull_request) Successful in 1m20s
Build and test / Build AMD64 (pull_request) Successful in 1m35s
Build and test / Clippy (pull_request) Successful in 4m21s
Checking yaml / Run yamllint (pull_request) Successful in 4m28s
Build and test / Generate Documentation (pull_request) Successful in 7m16s
This commit is contained in:
parent
73ee1b1152
commit
dc82dfb885
1 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ jobs:
|
|||
command: build
|
||||
args: --release --all-features
|
||||
- name: Upload binary artifact
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v5
|
||||
with:
|
||||
name: immich-tools-linux-amd64
|
||||
path: target/release/immich-tools
|
||||
|
|
@ -142,7 +142,7 @@ jobs:
|
|||
- name: Compress documentation
|
||||
run: tar -czf rustdoc.tar.gz -C target doc
|
||||
- name: Upload documentation artifact
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v5
|
||||
with:
|
||||
name: rustdoc
|
||||
path: rustdoc.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue