Skip to content

Commit 6c25386

Browse files
ci(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 768170c commit 6c25386

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
@@ -112,7 +112,7 @@ jobs:
112112

113113
# Restore build artifacts
114114
- name: Download build artifacts
115-
uses: actions/download-artifact@v7
115+
uses: actions/download-artifact@v8
116116
with:
117117
name: build
118118

@@ -150,7 +150,7 @@ jobs:
150150

151151
# Restore build artifacts
152152
- name: Download build artifacts
153-
uses: actions/download-artifact@v7
153+
uses: actions/download-artifact@v8
154154
with:
155155
name: build
156156

@@ -176,7 +176,7 @@ jobs:
176176
steps:
177177
# Restore release artifacts
178178
- name: Download release artifact
179-
uses: actions/download-artifact@v7
179+
uses: actions/download-artifact@v8
180180
with:
181181
name: release-${{ needs.determine-version.outputs.package-version }}
182182

0 commit comments

Comments
 (0)