Update actions/upload-artifact action to v4
This commit is contained in:
parent
f299868736
commit
0a4e75d9ea
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
github_access_token: '${{ secrets.ACCESS_TOKEN_GITHUB }}'
|
github_access_token: '${{ secrets.ACCESS_TOKEN_GITHUB }}'
|
||||||
- run: nix flake update
|
- run: nix flake update
|
||||||
- name: Upload changed flake.lock
|
- name: Upload changed flake.lock
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: flake.lock
|
name: flake.lock
|
||||||
path: flake.lock
|
path: flake.lock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue