Skip to content

Commit fa79ee5

Browse files
authored
Merge pull request #702 from NASA-PDS/dependabot/github_actions/develop/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents b1826ea + 69a7999 commit fa79ee5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
8282
- name: Upload CodeQL Artifacts
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: codeql-artifacts
8686
path: ${{ env.RESULTS_DIR }}
@@ -108,7 +108,7 @@ jobs:
108108

109109
-
110110
name: Upload SLOC
111-
uses: actions/upload-artifact@v4
111+
uses: actions/upload-artifact@v5
112112
with:
113113
name: sloc-count
114114
path: ${{ github.workspace }}/cloc.md

0 commit comments

Comments
 (0)