Skip to content

Commit 316fe0b

Browse files
ci: upgrade the upload-artifact and download-artifact actions (#137)
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbf97fd commit 316fe0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint-readme.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Upload lint results
2929
if: steps.lint.outcome == 'failure' || steps.lint.outcome == 'success'
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: gh-cli-readme-lint-results
3333
path: gh-cli-readme-lint-results.txt
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Upload lint results
5252
if: steps.lint.outcome == 'failure' || steps.lint.outcome == 'success'
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: scripts-readme-lint-results
5656
path: scripts-readme-lint-results.txt
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download lint results
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v6
7171
with:
7272
path: ./lint-results/
7373

0 commit comments

Comments
 (0)