mirror of
https://github.com/outbackdingo/debos.git
synced 2026-01-27 10:18:47 +00:00
Merge pull request #610 from go-debos/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -142,7 +142,7 @@ jobs:
|
||||
outputs: type=docker,dest=/tmp/debos-image.tar
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: debos-image
|
||||
path: /tmp/debos-image.tar
|
||||
|
||||
Reference in New Issue
Block a user