diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9842496..cbcd167 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,7 +46,7 @@ jobs: # exactly these files. - name: Build the distributions run: python -m build - - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 + - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: dist path: dist/ diff --git a/.github/workflows/statute-drift.yml b/.github/workflows/statute-drift.yml index 2c73cfe..9d6aab3 100644 --- a/.github/workflows/statute-drift.yml +++ b/.github/workflows/statute-drift.yml @@ -41,14 +41,14 @@ jobs: --verification-manifest docs/legal-verification.json - name: Save the drift report if: always() - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: statute-drift-report path: drift-report.json if-no-files-found: ignore - name: Save the successful verification manifest if: success() - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: statute-verification-manifest path: docs/legal-verification.json diff --git a/action.yml b/action.yml index c616eb7..39a771d 100644 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ runs: echo "REASONSMITH_EXIT_CODE=$overall" >> "$GITHUB_ENV" - name: Upload conformance reports if: ${{ always() }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: ${{ inputs.artifact-name }} path: ${{ inputs.report-artifact-path }}