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:
Kir Kolyshkin
2025-12-17 19:33:19 -08:00
committed by GitHub
+1 -1
View File
@@ -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/*