Skip to content

Commit e1e97ec

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 450019d commit e1e97ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
with:
2626
python-version: ${{ ENV.PYTHON_VERSION }}
2727

28-
- uses: actions/download-artifact@v4
28+
- uses: actions/download-artifact@v5
2929
with:
3030
name: NSCP-${{ inputs.version }}-x64
31-
- uses: actions/download-artifact@v4
31+
- uses: actions/download-artifact@v5
3232
with:
3333
name: NSCP-${{ inputs.version }}-Win32
34-
- uses: actions/download-artifact@v4
34+
- uses: actions/download-artifact@v5
3535
with:
3636
name: NSCP-${{ inputs.version }}-Win32-legacy-xp
3737

0 commit comments

Comments
 (0)