Skip to content

Commit e09f9ee

Browse files
committed
Update versions of *-artifact actions
1 parent da1f45b commit e09f9ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-qlt-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Upload test results
148148
# Upload results even if tests failed, but only if the language is valid
149149
if: ${{ always() && matrix.language && matrix.language != 'unknown' }}
150-
uses: actions/upload-artifact@v4
150+
uses: actions/upload-artifact@v5
151151
with:
152152
name: qlt-test-results-${{ matrix.language }}-${{ runner.os }}
153153
path: |
@@ -171,7 +171,7 @@ jobs:
171171
install-ql-packs: false
172172

173173
- name: Download CodeQL unit test results
174-
uses: actions/download-artifact@v5
174+
uses: actions/download-artifact@v6
175175
with:
176176
pattern: qlt-test-results-*
177177
path: test-results/

0 commit comments

Comments
 (0)