Skip to content

Commit cbc687e

Browse files
chore(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] <support@github.com>
1 parent 32a4ebd commit cbc687e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
108108
run: |
109109
awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true;
110-
- uses: actions/upload-artifact@v5
110+
- uses: actions/upload-artifact@v6
111111
with:
112112
name: ${{ steps.set-output.outputs.FILEPATH }}
113113
path: ${{ github.workspace }}/ab-results-*.json

.github/workflows/fpb-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo ${{ github.event.pull_request.html_url }} > ./pr/PRurl
3030
cat output.log | sed -E 's:/home/runner/work/free-programming-books/|⚠.+::' | uniq > ./pr/error.log
3131
32-
- uses: actions/upload-artifact@v5
32+
- uses: actions/upload-artifact@v6
3333
if: always()
3434
with:
3535
name: pr

.github/workflows/rtl-ltr-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# Only if the linter step was executed (success or failure)
9595
- name: Upload linter output artifact
9696
if: steps.run_linter.conclusion == 'success' || steps.run_linter.conclusion == 'failure'
97-
uses: actions/upload-artifact@v5
97+
uses: actions/upload-artifact@v6
9898
with:
9999
name: rtl-linter-output # Name of the artifact
100100
path: rtl-linter-output.log # Path to the output file

0 commit comments

Comments
 (0)