diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 343a77f..fb3599f 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -89,7 +89,7 @@ jobs: run: poetry build -vvv - name: Upload dist artifacts - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: dist path: ./dist/ @@ -194,7 +194,7 @@ jobs: - name: Upload ${{ matrix.name }} artifact if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: phylum-ci-${{ matrix.name }} path: ${{ matrix.artifact }} @@ -202,7 +202,7 @@ jobs: - name: Upload compilation report if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: nuitka-compilation-report-${{ matrix.name }} path: ./nuitka-compilation-report.xml @@ -211,7 +211,7 @@ jobs: # Nuitka will create a crash report with a static name when there are failures - name: Upload crash report if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: nuitka-crash-report-${{ matrix.name }} path: ./nuitka-crash-report.xml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9511d5e..c6c8b9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: run: poetry build -vvv - name: Upload dist artifacts - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: dist path: ./dist/ @@ -238,7 +238,7 @@ jobs: - name: Upload ${{ matrix.name }} artifact if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: phylum-ci-${{ matrix.name }} path: ${{ matrix.artifact }} @@ -246,7 +246,7 @@ jobs: - name: Upload compilation report if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: nuitka-compilation-report-${{ matrix.name }} path: ./nuitka-compilation-report.xml @@ -255,7 +255,7 @@ jobs: # Nuitka will create a crash report with a static name when there are failures - name: Upload crash report if: always() - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: nuitka-crash-report-${{ matrix.name }} path: ./nuitka-crash-report.xml