Skip to content

Commit 150f330

Browse files
authored
Merge pull request #444 from NASA-PDS/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 22a1d94 + 95cd28c commit 150f330

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
@@ -73,7 +73,7 @@ jobs:
7373
7474
7575
- name: Upload CodeQL Artifacts
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: codeql-artifacts
7979
path: ${{ env.RESULTS_DIR }}
@@ -100,7 +100,7 @@ jobs:
100100

101101
-
102102
name: Upload SLOC
103-
uses: actions/upload-artifact@v4
103+
uses: actions/upload-artifact@v5
104104
with:
105105
name: sloc-count
106106
path: ${{ github.workspace }}/cloc.md

0 commit comments

Comments
 (0)