Skip to content

Commit 62d749a

Browse files
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] <[email protected]>
1 parent 2957d62 commit 62d749a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/[email protected]
4343

4444
- name: Download sharpmake ${{ matrix.framework }} ${{ runner.os }}-release binaries
45-
uses: actions/download-artifact@v6
45+
uses: actions/download-artifact@v7
4646
with:
4747
name: 'Sharpmake-${{ matrix.framework }}-${{ runner.os }}-${{ github.sha }}'
4848
path: Sharpmake.Application/bin/Release/${{ matrix.framework }}
@@ -93,7 +93,7 @@ jobs:
9393
"VS_VERSION_SUFFIX=vs2022" >> $env:GITHUB_ENV
9494
9595
- name: Download sharpmake ${{ matrix.framework }} ${{ runner.os }}-release binaries
96-
uses: actions/download-artifact@v6
96+
uses: actions/download-artifact@v7
9797
with:
9898
name: 'Sharpmake-${{ matrix.framework }}-${{ runner.os }}-${{ github.sha }}'
9999
path: Sharpmake.Application/bin/Release/${{ matrix.framework }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: .github\Get-Changelog.ps1 ${{ github.ref_name }} > changelog.md
4343

4444
- name: 'Download workflow artifacts'
45-
uses: actions/download-artifact@v6
45+
uses: actions/download-artifact@v7
4646
with:
4747
path: downloads
4848

0 commit comments

Comments
 (0)