diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 1a1ccac172..27bd150422 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -177,7 +177,7 @@ jobs: - name: Upload Coverage Results if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: path: .cov\system-html name: html-system-coverage-${{ github.job }}-${{ github.run_attempt }} @@ -246,7 +246,7 @@ jobs: - name: Upload Coverage Results if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: path: .cov\system-html name: html-system-coverage-${{ github.job }}-${{ github.run_attempt }} @@ -315,7 +315,7 @@ jobs: - name: Upload Coverage Results if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: path: .cov\unit-html name: html-unit-coverage-${{ github.job }}-${{ github.run_attempt }} @@ -384,7 +384,7 @@ jobs: - name: Upload Coverage Results if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: path: .cov\unit-html name: html-unit-coverage-${{ github.job }}-${{ github.run_attempt }} @@ -458,7 +458,7 @@ jobs: - name: Upload Coverage Results if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: path: .cov/system-html name: html-system-linux-coverage-${{ github.job }}-${{ github.run_attempt }} @@ -532,7 +532,7 @@ jobs: - name: Upload Coverage Results if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: path: .cov/system-html name: html-system-linux-coverage-${{ github.job }}-${{ github.run_attempt }} @@ -606,7 +606,7 @@ jobs: - name: Upload Coverage Results if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: path: .cov/unit-html name: html-unit-linux-coverage-${{ github.job }}-${{ github.run_attempt }} @@ -680,7 +680,7 @@ jobs: - name: Upload Coverage Results if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: path: .cov/unit-html name: html-unit-linux-coverage-${{ github.job }}-${{ github.run_attempt }} diff --git a/doc/changelog.d/1707.dependencies.md b/doc/changelog.d/1707.dependencies.md new file mode 100644 index 0000000000..ea77fd9a2b --- /dev/null +++ b/doc/changelog.d/1707.dependencies.md @@ -0,0 +1 @@ +Bump actions/upload-artifact from 5.0.0 to 6.0.0