Skip to content

Commit

Permalink
Merge pull request #299 from Checkmarx/other/artifact-githubaction
Browse files Browse the repository at this point in the history
Update artifact version (AST-77702)
  • Loading branch information
Korjen97 authored Jan 1, 2025
2 parents 474edc2 + bfe899a commit 16cce36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: ./gradlew runPluginVerifier
# Upload verifier report
- name: Upload report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4
if: always()
with:
name: verifier-report
Expand All @@ -89,7 +89,7 @@ jobs:
# Save report if tests fail
- name: Save fails report
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4
with:
name: test-fails-report-integration
path: |
Expand Down Expand Up @@ -149,4 +149,4 @@ jobs:
./gradlew publishPlugin
else
./gradlew publishPlugin -Prchannels=${{ inputs.rchannels }}
fi
fi

0 comments on commit 16cce36

Please sign in to comment.