8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6dd0c commit c560d6dCopy full SHA for c560d6d
.github/workflows/release.yaml
@@ -275,7 +275,7 @@ jobs:
275
276
- name: Upload artifacts to actions (if dry-run)
277
if: ${{ inputs.dry_run }}
278
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
279
with:
280
name: release-artifacts
281
path: |
.github/workflows/security.yaml
@@ -130,7 +130,7 @@ jobs:
130
category: "Trivy"
131
132
- name: Upload Trivy scan results as an artifact
133
134
135
name: trivy
136
path: trivy-results.sarif
0 commit comments