mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #5068 from opencontainers/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
This commit is contained in:
@@ -234,7 +234,7 @@ jobs:
|
|||||||
- name: make releaseall
|
- name: make releaseall
|
||||||
run: make releaseall
|
run: make releaseall
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: release-${{ github.run_id }}
|
name: release-${{ github.run_id }}
|
||||||
path: release/*
|
path: release/*
|
||||||
|
|||||||
Reference in New Issue
Block a user