Skip to content

Commit 4249160

Browse files
dependabot[bot]richm
authored andcommitted
ci: 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 ccad659 commit 4249160

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: cp ${{ env.RELEASE_VERSION }}/README.html docs/index.html
9292

9393
- name: Upload README.html as an artifact
94-
uses: actions/upload-artifact@v5
94+
uses: actions/upload-artifact@v6
9595
with:
9696
name: README.html
9797
path: ${{ env.RELEASE_VERSION }}/README.html

.github/workflows/qemu-kvm-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
212212
- name: Upload test logs on failure
213213
if: failure()
214-
uses: actions/upload-artifact@v5
214+
uses: actions/upload-artifact@v6
215215
with:
216216
name: "logs-${{ matrix.scenario.image }}-${{ matrix.scenario.env }}"
217217
path: |

.github/workflows/test_converting_readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
--output README.html README.md
4141
4242
- name: Upload README.html as an artifact
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v6
4444
with:
4545
name: README.html
4646
path: README.html

0 commit comments

Comments
 (0)