From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:51:48 +0000 (+0000) Subject: RFE: Bump actions/upload-artifact from 3 to 4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7281f825c19ada32e5e2e1bd65377eb5428ab4e3;p=thirdparty%2Flibcgroup.git RFE: 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](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Reviewed-by: Kamalesh Babulal Signed-off-by: Tom Hromatka (cherry picked from commit ba388afd577f4e35f56c607f8933a4762ce448ba) --- diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d29d6e7e..b33ed0aa 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -98,7 +98,7 @@ jobs: parallel: True - name: Archive code coverage results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Unit Test Code Coverage path: lcov.* @@ -201,7 +201,7 @@ jobs: popd - name: Archive test logs if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: No systemd test logs path: ./*.log @@ -216,7 +216,7 @@ jobs: parallel: True - name: Archive code coverage results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: No systemd Code Coverage path: lcov.* @@ -248,7 +248,7 @@ jobs: popd - name: Archive test logs if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Cgroup v1 test logs path: ./*.log @@ -263,7 +263,7 @@ jobs: parallel: True - name: Archive code coverage results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Cgroup v1 Code Coverage path: lcov.* @@ -306,7 +306,7 @@ jobs: cat tests/ftests/ftests-wrapper.sh.log - name: Archive test logs if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Cgroup v1v2 test logs path: tests/ftests/*.log @@ -321,7 +321,7 @@ jobs: parallel: True - name: Archive code coverage results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Cgroup v1v2 Code Coverage path: lcov.* @@ -350,7 +350,7 @@ jobs: cat tests/ftests/ftests-wrapper.sh.log - name: Archive test logs if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Cgroup v2 test logs - legacy path: tests/ftests/*.log @@ -365,7 +365,7 @@ jobs: parallel: True - name: Archive code coverage results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Cgroup v2 Code Coverage - legacy path: lcov.* @@ -394,7 +394,7 @@ jobs: cat tests/ftests/ftests-wrapper.sh.log - name: Archive test logs if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Cgroup v2 test logs - hybrid path: tests/ftests/*.log @@ -409,7 +409,7 @@ jobs: parallel: True - name: Archive code coverage results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Cgroup v2 Code Coverage - hybrid path: lcov.* @@ -438,7 +438,7 @@ jobs: cat tests/ftests/ftests-wrapper.sh.log - name: Archive test logs if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Cgroup v2 test logs - unified path: tests/ftests/*.log @@ -453,7 +453,7 @@ jobs: parallel: True - name: Archive code coverage results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Cgroup v2 Code Coverage - unified path: lcov.*