diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdb5029e..b9085a33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -149,7 +149,7 @@ jobs: needs: build-documentation permissions: write-all steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: # unpacks into documentation-artifact/ # if `name: documentation-artifact` is omitted, the action will create extra parent dir @@ -178,7 +178,7 @@ jobs: needs: [build_package, publish] runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir diff --git a/.github/workflows/test_upload_package.yml b/.github/workflows/test_upload_package.yml index 390f4caa..c3a99c69 100644 --- a/.github/workflows/test_upload_package.yml +++ b/.github/workflows/test_upload_package.yml @@ -16,7 +16,7 @@ jobs: needs: [build_package] if: github.event.action != 'published' steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir