Skip to content

Commit d13b47e

Browse files
authored
Merge pull request #164 from metabrainz/CVE-2024-42471
Hopefully fix CVE-2024-42471
2 parents c70327f + d7849e8 commit d13b47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
needs: test
4949
steps:
50-
- uses: actions/download-artifact@v4
50+
- uses: actions/download-artifact@v4.1.8
5151
- name: Publish Test Reports
5252
uses: EnricoMi/publish-unit-test-result-action/composite@v2
5353
if: always()

0 commit comments

Comments
 (0)