Skip to content

Commit b00b246

Browse files
committed
Update actions/download-artifact to v4
1 parent ce0f2cb commit b00b246

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,22 @@ jobs:
4747
key: ${{ runner.os }}-deps-${{ hashFiles('deps.edn') }}
4848
restore-keys: |
4949
${{ runner.os }}-deps-
50+
5051
- name: Build Xapipe
5152
run: make bundle BUNDLE_RUNTIMES=false
5253

5354
- name: Download ubuntu-latest Artifact
54-
uses: actions/download-artifact@v3
55+
uses: actions/download-artifact@v4
5556
with:
5657
name: ubuntu-22.04-jre
5758

5859
- name: Download macOS-latest Artifact
59-
uses: actions/download-artifact@v3
60+
uses: actions/download-artifact@v4
6061
with:
6162
name: macos-14-jre
6263

6364
- name: Download windows-latest Artifact
64-
uses: actions/download-artifact@v3
65+
uses: actions/download-artifact@v4
6566
with:
6667
name: windows-2022-jre
6768

0 commit comments

Comments
 (0)