Skip to content

Commit 1d5da75

Browse files
authored
Merge pull request #213 from hal/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 4 to 7
2 parents 0dd4ebc + 819bdc5 commit 1d5da75

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@v4
44+
- uses: actions/download-artifact@v7
4545
with:
4646
name: native-binary-amd64
4747
path: op/standalone/target/native-amd64
48-
- uses: actions/download-artifact@v4
48+
- uses: actions/download-artifact@v7
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@v4
126+
- uses: actions/download-artifact@v7
127127
with:
128128
name: native-binary-amd64
129129
path: op/standalone/target/native-amd64
130-
- uses: actions/download-artifact@v4
130+
- uses: actions/download-artifact@v7
131131
with:
132132
name: native-binary-arm64
133133
path: op/standalone/target/native-arm64

0 commit comments

Comments
 (0)