Skip to content

Commit 2763aa8

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aeaba74 commit 2763aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
5757
steps:
5858
- name: Download artifacts
59-
uses: actions/download-artifact@v3
59+
uses: actions/download-artifact@v4.1.7
6060
- name: Generate zip
6161
run: zip -j XVDTool-${{ needs.prepare.outputs.AssemblySemVer }}.zip ${{ needs.build_and_test.outputs.artifact_name }}/*
6262
- name: Create release (on tag)

0 commit comments

Comments
 (0)