Skip to content

Commit 4281222

Browse files
chore(deps): bump actions/download-artifact from 6 to 7 (#1377)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef8ddd2 commit 4281222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-module-preview.yaml

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

3232
- name: Download updated report template
3333
if: needs.build-report.outputs.report-updated == 'true'
34-
uses: actions/download-artifact@v6
34+
uses: actions/download-artifact@v7
3535
with:
3636
name: updated-report-template
3737
path: powershell/assets/

.github/workflows/publish-module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Download updated report template
2929
if: needs.build-report.outputs.report-updated == 'true'
30-
uses: actions/download-artifact@v6
30+
uses: actions/download-artifact@v7
3131
with:
3232
name: updated-report-template
3333
path: powershell/assets/

0 commit comments

Comments
 (0)