diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 744082c..67eff3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: twine-token: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }} - name: "Download the library artifacts from build-library step" - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: ${{ env.PACKAGE_NAME }}-artifacts path: ${{ env.PACKAGE_NAME }}-artifacts diff --git a/doc/changelog.d/316.miscellaneous.md b/doc/changelog.d/316.miscellaneous.md new file mode 100644 index 0000000..5f1fe75 --- /dev/null +++ b/doc/changelog.d/316.miscellaneous.md @@ -0,0 +1 @@ +Chore: bump actions/download-artifact from 8.0.0 to 8.0.1