diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 486d367..59b47e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: run: cargo build --release --target ${{ matrix.target }} - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: pqcrypta-proxy-${{ matrix.target }} path: | @@ -306,7 +306,7 @@ jobs: - name: Generate docs run: cargo doc --no-deps --all-features - name: Upload docs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: documentation path: target/doc diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index 7f757df..cf50964 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -26,7 +26,7 @@ jobs: results_format: sarif publish_results: true - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: scorecard-results path: results.sarif