Skip to content

Commit 9c65916

Browse files
dependabot[bot]jrfnl
authored andcommitted
GH Actions: Bump actions/upload-artifact from 4.6.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7598131 commit 9c65916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-wiki.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: "[PR only] Upload the preprocessed wiki files as an artifact"
122122
if: ${{ github.event_name == 'pull_request' }}
123123
id: artifact
124-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
124+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
125125
with:
126126
name: wiki-files
127127
path: ./_wiki
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Upload PR info as artifact
179179
if: ${{ github.event_name == 'pull_request' }}
180-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
180+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
181181
with:
182182
name: pr_info
183183
path: pr/

0 commit comments

Comments
 (0)