Skip to content

Commit b6e4785

Browse files
Bump actions/upload-artifact from 4 to 5 in the all-actions group (#4471)
Bumps the all-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b224be5 commit b6e4785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
env:
7878
JULIA_PKG_SERVER: ${{ matrix.pkg-server }}
7979
JULIA_TEST_VERBOSE_LOGS_DIR: ${{ github.workspace }}
80-
- uses: actions/upload-artifact@v4
80+
- uses: actions/upload-artifact@v5
8181
if: ${{ always() }}
8282
with:
8383
name: ${{ join(matrix.*, '-') }}_Pkg.log
@@ -105,7 +105,7 @@ jobs:
105105
env:
106106
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
107107
- name: Upload documentation artifacts
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@v5
109109
if: always()
110110
with:
111111
name: pkg-docs

0 commit comments

Comments
 (0)