Skip to content

Commit aefdd8a

Browse files
ci(deps): Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...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 dada947 commit aefdd8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
# Restore build artifacts
129129
- name: Download build artifacts
130-
uses: actions/download-artifact@v6
130+
uses: actions/download-artifact@v7
131131
with:
132132
name: build
133133

@@ -165,7 +165,7 @@ jobs:
165165

166166
# Restore build artifacts
167167
- name: Download build artifacts
168-
uses: actions/download-artifact@v6
168+
uses: actions/download-artifact@v7
169169
with:
170170
name: build
171171

@@ -191,7 +191,7 @@ jobs:
191191
steps:
192192
# Restore release artifacts
193193
- name: Download release artifact
194-
uses: actions/download-artifact@v6
194+
uses: actions/download-artifact@v7
195195
with:
196196
name: release-${{ needs.determine-version.outputs.package-version }}
197197

0 commit comments

Comments
 (0)