diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index bef8c11..ec2bbcb 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -58,7 +58,7 @@ jobs: contents: read steps: - name: "Download the library artifacts from build-library step" - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: ${{ env.LIBRARY_NAME }}-artifacts path: ${{ env.LIBRARY_NAME }}-artifacts diff --git a/doc/changelog.d/55.maintenance.md b/doc/changelog.d/55.maintenance.md new file mode 100644 index 0000000..e35b4b6 --- /dev/null +++ b/doc/changelog.d/55.maintenance.md @@ -0,0 +1 @@ +Bump actions/download-artifact from 6.0.0 to 7.0.0 in the actions group