There was an error while loading. Please reload this page.
2 parents 3b64c66 + 97c6dd1 commit cead280Copy full SHA for cead280
2 files changed
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
JRELEASER_PROJECT_VERSION: ${{ github.event.release.tag_name }}
78
79
- name: Output
80
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
81
if: always()
82
with:
83
name: jreleaser-release
.github/workflows/scorecard.yml
@@ -64,7 +64,7 @@ jobs:
64
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
65
# format to the repository Actions tab.
66
- name: "Upload artifact"
67
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
68
69
name: SARIF file
70
path: results.sarif
0 commit comments