Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 3.0.2 to 4.0.0 (#1427)
Browse files Browse the repository at this point in the history
* build(deps): bump actions/download-artifact from 3.0.2 to 4.0.0

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

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

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

* github/workflows/main: bump upload-artifact too

Closes #1426

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: francisco souza <[email protected]>
  • Loading branch information
dependabot[bot] and fsouza authored Dec 16, 2023
1 parent adc83d1 commit d80b626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
args: -c "./fake-gcs-server -h"

- name: upload binary
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: fake-gcs-server
path: ./fake-gcs-server
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- uses: actions/[email protected]

- name: download binary
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: fake-gcs-server

Expand Down

0 comments on commit d80b626

Please sign in to comment.