diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ad9796a..f4124c2 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -57,7 +57,7 @@ jobs: contents: read steps: - name: "Download the library artifacts from build-library step" - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: ${{ env.LIBRARY_NAME }}-artifacts path: ${{ env.LIBRARY_NAME }}-artifacts diff --git a/doc/changelog.d/60.maintenance.md b/doc/changelog.d/60.maintenance.md new file mode 100644 index 0000000..2233656 --- /dev/null +++ b/doc/changelog.d/60.maintenance.md @@ -0,0 +1 @@ +Bump actions/download-artifact from 7.0.0 to 8.0.1 in the actions group