Skip to content

Commit

Permalink
build(deps): Update actions/download-artifact and actions/upload-arti…
Browse files Browse the repository at this point in the history
…fact (#442)

* build(deps): bump actions/download-artifact from 3.0.2 to 4.1.4

Bumps [actions/download-artifact](/~https://github.com/actions/download-artifact) from 3.0.2 to 4.1.4.
- [Release notes](/~https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@9bc31d5...c850b93)

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

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump actions/upload-artifact from 3.1.3 to 4.3.3

Bumps [actions/upload-artifact](/~https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.3.
- [Release notes](/~https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@a8a3f3a...6546280)

---
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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
olix0r and dependabot[bot] authored May 16, 2024
1 parent ec26c5c commit 03694d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: just release
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
name: ${{ matrix.arch }}-artifacts
path: release/*
Expand All @@ -75,7 +75,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
path: artifacts
- run: find artifacts -type f -ls
Expand Down

0 comments on commit 03694d5

Please sign in to comment.