We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2541c commit 7c025f2Copy full SHA for 7c025f2
.github/workflows/main.yml
@@ -96,7 +96,7 @@ jobs:
96
run: make test-containers-clean "CEPH_VERSION=${{ matrix.ceph_version }}"
97
- name: Archive test results
98
if: always()
99
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
100
with:
101
name: "go-ceph-results-${{ matrix.ceph_version }}-${{ matrix.go_version }}"
102
path: |
.github/workflows/report-stable.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Run makefile
19
run: make api-report-issuetemplate RESULTS_DIR=_results
20
21
22
23
name: "go-ceph-api-updates"
24
0 commit comments