Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 1 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v1...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 9133ad8)
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
dependabot[bot] authored and austinvazquez committed Feb 26, 2024
1 parent 9b3b80e commit 3c81dc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nightly.yml
Expand Up @@ -116,31 +116,31 @@ jobs:
#

- name: Upload artifacts (linux_amd64)
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: linux_amd64
path: src/github.com/containerd/containerd/bin_amd64

- name: Upload artifacts (linux_arm64)
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: linux_arm64
path: src/github.com/containerd/containerd/bin_arm64

- name: Upload artifacts (linux_s390x)
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: linux_s390x
path: src/github.com/containerd/containerd/bin_s390x

- name: Upload artifacts (linux_ppc64le)
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: linux_ppc64le
path: src/github.com/containerd/containerd/bin_ppc64le

- name: Upload artifacts (linux_riscv64)
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: linux_riscv64
path: src/github.com/containerd/containerd/bin_riscv64
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
make binaries
- name: Upload artifacts (windows_amd64)
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: windows_amd64
path: src/github.com/containerd/containerd/bin/

0 comments on commit 3c81dc1

Please sign in to comment.