Skip to content

Commit 7c025f2

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
go-ceph: bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c2541c commit 7c025f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: make test-containers-clean "CEPH_VERSION=${{ matrix.ceph_version }}"
9797
- name: Archive test results
9898
if: always()
99-
uses: actions/upload-artifact@v3
99+
uses: actions/upload-artifact@v4
100100
with:
101101
name: "go-ceph-results-${{ matrix.ceph_version }}-${{ matrix.go_version }}"
102102
path: |

.github/workflows/report-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Run makefile
1919
run: make api-report-issuetemplate RESULTS_DIR=_results
2020
- name: Archive test results
21-
uses: actions/upload-artifact@v3
21+
uses: actions/upload-artifact@v4
2222
with:
2323
name: "go-ceph-api-updates"
2424
path: |

0 commit comments

Comments
 (0)