diff --git a/.github/dependabot.yml b/.github/dependabot.yml index add39d3..253bcb7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,4 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly - # Disable the steady stream of version updates for actions; only notify about security updates. - open-pull-requests-limit: 0 + interval: daily diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4142740..4e2ce63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: draft: false prerelease: false - name: Download artifacts - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: path: build-artifacts pattern: build-artifacts-* @@ -128,7 +128,7 @@ jobs: needs: [python_build, create_release] steps: - name: Download artifacts - uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: pattern: build-artifacts-* merge-multiple: true