Skip to content

Commit 0a1fb17

Browse files
dependabot[bot]richm
authored andcommitted
ci: bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 251310b commit 0a1fb17

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@v6
94+
uses: actions/upload-artifact@v7
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
@@ -215,7 +215,7 @@ jobs:
215215
216216
- name: Upload test logs on failure
217217
if: failure()
218-
uses: actions/upload-artifact@v6
218+
uses: actions/upload-artifact@v7
219219
with:
220220
name: "logs-${{ matrix.scenario.image }}-${{ matrix.scenario.env }}"
221221
path: |

.github/workflows/test_converting_readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
--output README.html README.md
4444
4545
- name: Upload README.html as an artifact
46-
uses: actions/upload-artifact@v6
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: README.html
4949
path: README.html

0 commit comments

Comments
 (0)