Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#682)
Browse files Browse the repository at this point in the history
* Bump actions/download-artifact from 3 to 4

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump actions/upload-artifact from 3 to 4 (#681)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent be4d2f2 commit 454da5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: make build

- name: Upload binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bin
path: bin
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download executable
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bin

Expand All @@ -105,7 +105,7 @@ jobs:
run: jq -es 'if . == [] then null else .[] | . end' results.sarif

- name: Upload output file as GitHub artifact for manual investigation
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: results.sarif
path: results.sarif
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
# Checkout all repo history to make tags available for figuring out kube-linter version during build.
fetch-depth: 0
- name: Download windows executable
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bin
path: tmp/
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download executable
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bin

Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
- name: Download executables
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bin

Expand Down

0 comments on commit 454da5c

Please sign in to comment.