diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 536dc853..796eeb12 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -169,7 +169,7 @@ jobs: contents: write steps: - name: "Download the library artifacts from build-library step" - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 with: name: ${{ env.PACKAGE_NAME }}-artifacts path: ${{ env.PACKAGE_NAME }}-artifacts diff --git a/doc/changelog.d/280.dependencies.md b/doc/changelog.d/280.dependencies.md new file mode 100644 index 00000000..8a216ccb --- /dev/null +++ b/doc/changelog.d/280.dependencies.md @@ -0,0 +1 @@ +build(deps): bump actions/download-artifact from 4.1.9 to 4.2.1 \ No newline at end of file