Skip to content

Commit bb305db

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8fdc256 commit bb305db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
sudo apt-get update
4242
sudo apt-get install -y qemu-user-static
4343
- run: podman --version
44-
- uses: actions/download-artifact@v7
44+
- uses: actions/download-artifact@v8
4545
with:
4646
name: native-binary-amd64
4747
path: op/standalone/target/native-amd64
48-
- uses: actions/download-artifact@v7
48+
- uses: actions/download-artifact@v8
4949
with:
5050
name: native-binary-arm64
5151
path: op/standalone/target/native-arm64

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ jobs:
123123
sudo apt-get update
124124
sudo apt-get install -y qemu-user-static
125125
- run: podman --version
126-
- uses: actions/download-artifact@v7
126+
- uses: actions/download-artifact@v8
127127
with:
128128
name: native-binary-amd64
129129
path: op/standalone/target/native-amd64
130-
- uses: actions/download-artifact@v7
130+
- uses: actions/download-artifact@v8
131131
with:
132132
name: native-binary-arm64
133133
path: op/standalone/target/native-arm64

0 commit comments

Comments
 (0)