Skip to content

Commit 15907d1

Browse files
build(deps): bump actions/upload-artifact from 5 to 6
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]>
1 parent 4d80c14 commit 15907d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/issue_comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
JSON_STRING: ${{ steps.issue-parser.outputs.jsonString }}
3838

3939
- name: Save form output as artifact
40-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: input_form.json
4343
path: "rdp*.json"
@@ -56,7 +56,7 @@ jobs:
5656
run: python scripts/issue_comment_templater_rdp.py
5757

5858
- name: Save comment artifact
59-
uses: actions/upload-artifact@v5
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: output_comment.md
6262
overwrite: true

.github/workflows/links_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
> linkchecker_report.html
5050
5151
- name: Save report output as artifact
52-
uses: actions/upload-artifact@v5
52+
uses: actions/upload-artifact@v6
5353
if: ${{ always() }}
5454
continue-on-error: true
5555
with:

.github/workflows/pr_checker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
tar --zstd -cf artifact.tar.zst pr.env ${{ env.BUILD_DIR }}
102102
103103
- name: Save build website as artifact
104-
uses: actions/upload-artifact@v5
104+
uses: actions/upload-artifact@v6
105105
with:
106106
name: pr-build-website
107107
path: artifact.tar.zst

0 commit comments

Comments
 (0)