We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b40706 + e8cea89 commit b8224faCopy full SHA for b8224fa
.github/workflows/ci.yaml
@@ -42,7 +42,7 @@ jobs:
42
run: task test
43
44
- name: Upload coverage reports
45
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
46
with:
47
name: coverage-reports
48
path: |
.github/workflows/trivy.yml
@@ -29,7 +29,7 @@ jobs:
29
fi
30
31
- name: Upload Trivy report as an artifact
32
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
33
34
name: trivy-report
35
path: trivy-report.json # Path to the generated report
0 commit comments