Skip to content

Commit 3966d4b

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#6177)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 910df18 commit 3966d4b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
run: ${{ matrix.extra }} dev/ci.sh ${{ matrix.test-suites }}
255255
- name: "Upload pdf manuals"
256256
if: ${{ contains(matrix.test-suites, 'makemanuals') }}
257-
uses: actions/upload-artifact@v5
257+
uses: actions/upload-artifact@v6
258258
with:
259259
if-no-files-found: error
260260
name: manuals-pdf
@@ -265,7 +265,7 @@ jobs:
265265
doc/tut/manual.pdf
266266
- name: "Upload html manuals"
267267
if: ${{ contains(matrix.test-suites, 'makemanuals') }}
268-
uses: actions/upload-artifact@v5
268+
uses: actions/upload-artifact@v6
269269
with:
270270
if-no-files-found: error
271271
name: manuals-html

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
#
153153
# Warning: the result is a single .zip file (so things are compressed twice).
154154
- name: "Upload GAP tarball"
155-
uses: actions/upload-artifact@v5
155+
uses: actions/upload-artifact@v6
156156
with:
157157
if-no-files-found: error
158158
name: gap
@@ -161,7 +161,7 @@ jobs:
161161

162162
# Always upload metadata, and keep longer, since it is much smaller.
163163
- name: "Upload JSON metadata"
164-
uses: actions/upload-artifact@v5
164+
uses: actions/upload-artifact@v6
165165
with:
166166
if-no-files-found: error
167167
name: "JSON metadata"
@@ -239,7 +239,7 @@ jobs:
239239
# Artifacts live for 1 day, i.e. until the next cron job runs.
240240
- name: "Upload the installer as an artifact"
241241
if: ${{ github.event_name == 'schedule' }}
242-
uses: actions/upload-artifact@v5
242+
uses: actions/upload-artifact@v6
243243
with:
244244
if-no-files-found: error
245245
name: gap-${{ env.GAP_VERSION }}-x86_64.exe

0 commit comments

Comments
 (0)