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 }}'
|
||||
- run: nix flake update
|
||||
- name: Upload changed flake.lock
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: flake.lock
|
||||
path: flake.lock
|
||||
|
|
Loading…
Add table
Reference in a new issue