Skip to content

Commit a447855

Browse files
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d0e759 commit a447855

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cd build-release
3232
rm -f -- *.o
3333
./prpll -h
34-
- uses: actions/upload-artifact@v4
34+
- uses: actions/upload-artifact@v6
3535
if: always()
3636
with:
3737
name: ${{ matrix.os }}_${{ matrix.cxx }}_prpll
@@ -79,7 +79,7 @@ jobs:
7979
cd build-release
8080
rm *.o
8181
.\prpll.exe -h
82-
- uses: actions/upload-artifact@v4
82+
- uses: actions/upload-artifact@v6
8383
if: always()
8484
with:
8585
name: win_${{ matrix.cxx }}_prpll
@@ -100,7 +100,7 @@ jobs:
100100
cd build-release
101101
rm -f -- *.o
102102
./prpll -h
103-
- uses: actions/upload-artifact@v4
103+
- uses: actions/upload-artifact@v6
104104
if: always()
105105
with:
106106
name: macos_prpll

0 commit comments

Comments
 (0)