Skip to content

Commit a96d71f

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-compiler-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
contents: write
108108
steps:
109109
- name: Download all artifacts
110-
uses: actions/download-artifact@v4
110+
uses: actions/download-artifact@v7
111111
with:
112112
merge-multiple: true
113113

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
contents: write
134134
steps:
135135
- name: Download all artifacts
136-
uses: actions/download-artifact@v4
136+
uses: actions/download-artifact@v7
137137

138138
- name: List artifacts
139139
run: find . -type f -name "*.dmg" -o -name "*.msi" -o -name "*.exe" -o -name "*.AppImage" -o -name "*.deb"

0 commit comments

Comments
 (0)