You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ jobs:
114
114
uses: github/codeql-action/analyze@v3
115
115
with:
116
116
category: "/language:${{matrix.language}}"# defining the language for the CodeQL analysis
117
-
- uses: actions/upload-artifact@v4# uploading the artifact to the GitHub Artifacts. Link to the documentation - https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
117
+
- uses: actions/upload-artifact@v3# uploading the artifact to the GitHub Artifacts. Link to the documentation - https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
118
118
with:
119
119
name: jar-artifact # naming the artifact jar file/s path
120
120
path: target/ # actual relative path to the artifact in the container - target/
0 commit comments