Update upload-artifact@v3 to upload-artifact@v4
Some checks are pending
Some checks are pending
This commit is contained in:
parent
6743f0f0d6
commit
b4c02a4182
1 changed files with 1 additions and 1 deletions
2
.github/workflows/runit.yml
vendored
2
.github/workflows/runit.yml
vendored
|
|
@ -115,7 +115,7 @@ jobs:
|
|||
touch "/tmp/digests/${digest#sha256:}"
|
||||
|
||||
- name: "Build: Upload digest"
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: digests-${{ matrix.ubuntu }}
|
||||
path: /tmp/digests/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue