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
@@ -116,7 +116,7 @@ jobs:
116
116
with:
117
117
category: "/language:java"
118
118
# category: "/language:${{matrix.language}}" # defining the language for the CodeQL analysis
119
-
- 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
119
+
- uses: actions/upload-artifact@v4.4.3# uploading the artifact to the GitHub Artifacts. Link to the documentation - https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
120
120
with:
121
121
name: jar-artifact # naming the artifact jar file/s path
122
122
path: target/ # actual relative path to the artifact in the container - target/
0 commit comments