Skip to content

Commit ae0c7e4

Browse files
authored
Merge pull request #1198 from openziti/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 3da684c + 37a3234 commit ae0c7e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Download CMake Artifacts
34-
uses: actions/download-artifact@v4
34+
uses: actions/download-artifact@v5
3535
with:
3636
pattern: linux-x64
3737
path: ./downloads

.github/workflows/publish-container-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v5
3232

3333
- name: Download CMake Artifacts
34-
uses: actions/download-artifact@v4
34+
uses: actions/download-artifact@v5
3535
with:
3636
pattern: linux-*
3737
path: ./downloads

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: hmarr/debug-action@v3
1919

2020
- name: download
21-
uses: actions/download-artifact@v4
21+
uses: actions/download-artifact@v5
2222
with:
2323
path: ${{ runner.workspace }}/downloads
2424
merge_multiple: false # some artifacts have the same name and so can not be aggregated in a single directory

0 commit comments

Comments
 (0)