Skip to content

Commit ef4678f

Browse files
committed
chore(actions): update to v4 for artifacts
Signed-off-by: Eric Bode <[email protected]>
1 parent 3b26672 commit ef4678f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/binaries.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: make build
2121

2222
- name: Archive Binaries
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: binaries
2626
path: bin/
@@ -51,7 +51,7 @@ jobs:
5151
platforms: ${{ matrix.qemu-platform }}
5252

5353
- name: Download Binaries
54-
uses: actions/download-artifact@v3
54+
uses: actions/download-artifact@v4
5555
with:
5656
name: binaries
5757
path: bin/
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Download binary
73-
uses: actions/download-artifact@v3
73+
uses: actions/download-artifact@v4
7474
with:
7575
name: binaries
7676
path: bin/

0 commit comments

Comments
 (0)