diff --git a/.github/workflows/rc.yaml b/.github/workflows/rc.yaml index 11df6d7f..31ed5bc4 100644 --- a/.github/workflows/rc.yaml +++ b/.github/workflows/rc.yaml @@ -158,7 +158,7 @@ jobs: with: python-version: 3.13 # PythonNet isn't compatible with 3.14 yet (https://github.com/pythonnet/pythonnet/issues/2610) - name: Download - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: pattern: release-* - name: Verify @@ -257,7 +257,7 @@ jobs: VERSION: ${{ needs.target.outputs.version }} steps: - name: Download - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: pattern: release-* - name: Upload