Skip to content

Commit 4615316

Browse files
dependabot[bot]jrfnl
authored andcommitted
GH Actions: Bump actions/upload-artifact from 6.0.0 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cf7b06 commit 4615316

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
124+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
180+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
181181
with:
182182
name: pr_info
183183
path: pr/

0 commit comments

Comments
 (0)