We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da77fd commit 140fc5cCopy full SHA for 140fc5c
.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