Skip to content

Commit 4481ab0

Browse files
ci(deps): bump the github-actions group with 2 updates (#141)
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 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' 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 4eb79a3 commit 4481ab0

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@v5
30+
uses: actions/upload-artifact@v6
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@v5
53+
uses: actions/upload-artifact@v6
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@v6
70+
uses: actions/download-artifact@v7
7171
with:
7272
path: ./lint-results/
7373

0 commit comments

Comments
 (0)