diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 85cceb7..950a250 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -126,7 +126,7 @@ jobs: # Nuitka needs the packaged form and not the editable install Poetry provides # Ref: https://github.com/Nuitka/Nuitka/issues/2965 - name: Download dist artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: dist path: ./dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e2b77b..bb7c37f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -170,7 +170,7 @@ jobs: # Nuitka needs the packaged form and not the editable install Poetry provides # Ref: https://github.com/Nuitka/Nuitka/issues/2965 - name: Download dist artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: dist path: ./dist @@ -295,13 +295,13 @@ jobs: git_tag_gpgsign: true - name: Download dist artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: dist path: ./dist - name: Download build artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: ./build pattern: phylum-ci-*