Skip to content

Commit

Permalink
Merge pull request #341 from Yubico/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
emlun authored Jan 15, 2024
2 parents ee0d133 + cfacabe commit 31b2b28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: test-reports-java${{ needs.test.outputs.report-java }}-${{ needs.test.outputs.report-dist }}-xml

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-verify-signatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
done
- name: Retrieve keyring and signatures
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: keyring-and-signatures

Expand All @@ -87,7 +87,7 @@ jobs:

steps:
- name: Retrieve signatures
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: keyring-and-signatures

Expand Down

1 comment on commit 31b2b28

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mutation test results

Package Coverage Stats Prev Prev
Overall 82 % 🔹 1362 🔺 / 1656 🔹 82 % 1361 / 1656
com.yubico.fido.metadata 69 % 🔹 223 🔺 / 323 🔹 68 % 222 / 323
com.yubico.internal.util 46 % 🔹 57 🔹 / 123 🔹 46 % 57 / 123
com.yubico.webauthn 89 % 🔹 642 🔹 / 720 🔹 89 % 642 / 720
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 93 % 🔹 402 🔹 / 429 🔹 93 % 402 / 429
com.yubico.webauthn.extension.appid 100 % 🏆 13 🔹 / 13 🔹 100 % 13 / 13
com.yubico.webauthn.extension.uvm 50 % 🔹 12 🔹 / 24 🔹 50 % 12 / 24
com.yubico.webauthn.meta 0 % 🔹 0 🔹 / 10 🔹 0 % 0 / 10

Previous run: 6155d0f - Diff

Detailed reports: workflow run #257

Please sign in to comment.