Skip to content

Commit 00ff8f4

Browse files
dependabot[bot]LGUG2Z
authored andcommitted
chore(deps): 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] <support@github.com>
1 parent 72186e5 commit 00ff8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
TAG=${{ github.ref_name }}
8080
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
81-
- uses: actions/download-artifact@v4
81+
- uses: actions/download-artifact@v5
8282
- shell: bash
8383
run: ls -R
8484
- run: |
@@ -122,7 +122,7 @@ jobs:
122122
run: |
123123
TAG=${{ github.ref_name }}
124124
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
125-
- uses: actions/download-artifact@v4
125+
- uses: actions/download-artifact@v5
126126
- run: |
127127
Compress-Archive -Force ./whkd-x86_64-pc-windows-msvc-${{ github.sha }}/x86_64-pc-windows-msvc/release/*.exe whkd-$Env:VERSION-x86_64-pc-windows-msvc.zip
128128
Copy-Item ./whkd-x86_64-pc-windows-msvc-${{ github.sha }}/wix/*x86_64.msi -Destination ./whkd-$Env:VERSION-x86_64.msi

0 commit comments

Comments
 (0)