Merge pull request #9642 from containerd/dependabot/github_actions/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
This commit is contained in:
commit
380e78e2bf
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -428,7 +428,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
critest.exe --runtime-endpoint=npipe://.//pipe//containerd-containerd --test-images-file='${{env.CRI_TEST_IMAGES}}' --report-dir='${{github.workspace}}/critestreport' $skip
|
critest.exe --runtime-endpoint=npipe://.//pipe//containerd-containerd --test-images-file='${{env.CRI_TEST_IMAGES}}' --report-dir='${{github.workspace}}/critestreport' $skip
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: TestResults ${{ matrix.os }}
|
name: TestResults ${{ matrix.os }}
|
||||||
@ -566,7 +566,7 @@ jobs:
|
|||||||
sudo lsmod
|
sudo lsmod
|
||||||
sudo dmesg -T -f kern
|
sudo dmesg -T -f kern
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: TestResults ${{ matrix.runtime }} ${{matrix.runc}} ${{ matrix.os }}
|
name: TestResults ${{ matrix.runtime }} ${{matrix.runc}} ${{ matrix.os }}
|
||||||
@ -677,7 +677,7 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
- run: script/test/test2annotation.sh *-gotest.json
|
- run: script/test/test2annotation.sh *-gotest.json
|
||||||
if: always()
|
if: always()
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: TestResults MacOS
|
name: TestResults MacOS
|
||||||
|
2
.github/workflows/fuzz.yml
vendored
2
.github/workflows/fuzz.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
language: go
|
language: go
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Upload Crash
|
- name: Upload Crash
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure() && steps.build.outcome == 'success'
|
if: failure() && steps.build.outcome == 'success'
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
|
12
.github/workflows/nightly.yml
vendored
12
.github/workflows/nightly.yml
vendored
@ -104,31 +104,31 @@ jobs:
|
|||||||
#
|
#
|
||||||
|
|
||||||
- name: Upload artifacts (linux_amd64)
|
- name: Upload artifacts (linux_amd64)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux_amd64
|
name: linux_amd64
|
||||||
path: src/github.com/containerd/containerd/bin_amd64
|
path: src/github.com/containerd/containerd/bin_amd64
|
||||||
|
|
||||||
- name: Upload artifacts (linux_arm64)
|
- name: Upload artifacts (linux_arm64)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux_arm64
|
name: linux_arm64
|
||||||
path: src/github.com/containerd/containerd/bin_arm64
|
path: src/github.com/containerd/containerd/bin_arm64
|
||||||
|
|
||||||
- name: Upload artifacts (linux_s390x)
|
- name: Upload artifacts (linux_s390x)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux_s390x
|
name: linux_s390x
|
||||||
path: src/github.com/containerd/containerd/bin_s390x
|
path: src/github.com/containerd/containerd/bin_s390x
|
||||||
|
|
||||||
- name: Upload artifacts (linux_ppc64le)
|
- name: Upload artifacts (linux_ppc64le)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux_ppc64le
|
name: linux_ppc64le
|
||||||
path: src/github.com/containerd/containerd/bin_ppc64le
|
path: src/github.com/containerd/containerd/bin_ppc64le
|
||||||
|
|
||||||
- name: Upload artifacts (linux_riscv64)
|
- name: Upload artifacts (linux_riscv64)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux_riscv64
|
name: linux_riscv64
|
||||||
path: src/github.com/containerd/containerd/bin_riscv64
|
path: src/github.com/containerd/containerd/bin_riscv64
|
||||||
@ -165,7 +165,7 @@ jobs:
|
|||||||
make binaries
|
make binaries
|
||||||
|
|
||||||
- name: Upload artifacts (windows_amd64)
|
- name: Upload artifacts (windows_amd64)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: windows_amd64
|
name: windows_amd64
|
||||||
path: src/github.com/containerd/containerd/bin/
|
path: src/github.com/containerd/containerd/bin/
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
working-directory: src/github.com/containerd/containerd
|
working-directory: src/github.com/containerd/containerd
|
||||||
|
|
||||||
- name: Save release notes
|
- name: Save release notes
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: containerd-release-notes
|
name: containerd-release-notes
|
||||||
path: src/github.com/containerd/containerd/release-notes.md
|
path: src/github.com/containerd/containerd/release-notes.md
|
||||||
@ -127,7 +127,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PLATFORM: ${{ matrix.dockerfile-platform }}
|
PLATFORM: ${{ matrix.dockerfile-platform }}
|
||||||
- name: Save Artifacts
|
- name: Save Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: release-tars-${{env.PLATFORM_CLEAN}}
|
name: release-tars-${{env.PLATFORM_CLEAN}}
|
||||||
path: src/github.com/containerd/containerd/releases/*.tar.gz*
|
path: src/github.com/containerd/containerd/releases/*.tar.gz*
|
||||||
|
2
.github/workflows/scorecards.yml
vendored
2
.github/workflows/scorecards.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
||||||
# format to the repository Actions tab.
|
# format to the repository Actions tab.
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # tag=v3.1.3
|
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # tag=v4.1.0
|
||||||
with:
|
with:
|
||||||
name: SARIF file
|
name: SARIF file
|
||||||
path: results.sarif
|
path: results.sarif
|
||||||
|
Loading…
Reference in New Issue
Block a user