Skip to content

Commit 82239df

Browse files
authored
Merge pull request #652 from git-for-windows/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 555bf91 + 70ab6f9 commit 82239df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
mkdir -p "$top_dir/$artifacts" &&
102102
mv *.tar.* "$top_dir/$artifacts"/ &&
103103
echo "result=$artifacts" >>$GITHUB_OUTPUT
104-
- uses: actions/upload-artifact@v4
104+
- uses: actions/upload-artifact@v5
105105
with:
106106
name: ${{ steps.build.outputs.result }}
107107
path: ${{ steps.build.outputs.result }}
@@ -167,7 +167,7 @@ jobs:
167167
mkdir -p "$artifacts" &&
168168
./"${{ matrix.directory }}"/release.sh --output="$PWD/$artifacts/" 0-test &&
169169
echo "result=$artifacts" >>$GITHUB_OUTPUT
170-
- uses: actions/upload-artifact@v4
170+
- uses: actions/upload-artifact@v5
171171
with:
172172
name: ${{ steps.build.outputs.result }}
173173
path: ${{ steps.build.outputs.result }}
@@ -304,7 +304,7 @@ jobs:
304304
if: matrix.artifact == 'build-installers'
305305
shell: bash
306306
run: ./installer/release.sh --include-self-check --output=$PWD/installer-${{ matrix.arch.name }} 0-test
307-
- uses: actions/upload-artifact@v4
307+
- uses: actions/upload-artifact@v5
308308
if: matrix.artifact == 'build-installers'
309309
with:
310310
name: installer-${{ matrix.arch.name }}

0 commit comments

Comments
 (0)