diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index 373aa71..3d5a6b6 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -37,7 +37,7 @@ jobs: id: artifact-hashes run: cd dist && echo "hashes=$(sha256sum * | base64 -w0)" >> "$GITHUB_OUTPUT" - name: Upload dist artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: plugin-dist path: dist/ @@ -79,7 +79,7 @@ jobs: env: PKCS11_TEST_MODULE: ${{ env.SOFTHSM2_MODULE_PATH }} - name: Stash coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: coverage-${{ strategy.job-index }} path: "*-coverage.xml"