File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182
183183 - name : Upload translation files as artifacts
184184 if : steps.prepare-translations.outputs.translations-to-process == 'true'
185- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
185+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
186186 with :
187187 name : translation-files
188188 path : |
@@ -339,7 +339,7 @@ jobs:
339339
340340 - name : Upload translated file
341341 if : always() # Upload even if translation failed, for debugging
342- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
342+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
343343 with :
344344 name : translated-${{ matrix.lang_code }}${{ matrix.suffix }}
345345 path : ${{ matrix.file }}
Original file line number Diff line number Diff line change 8787 if : ${{ always() }}
8888
8989 - name : Upload coverage xml report
90- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
90+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9191 with :
9292 name : coverage-${{ matrix.python-version }}-xml
9393 path : tests/*.xml
9696 if : ${{ always() }}
9797
9898 - name : Upload coverage report
99- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
99+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
100100 with :
101101 name : coverage-${{ matrix.python-version }}
102102 path : .coverage
Original file line number Diff line number Diff line change 3737
3838 - name : Upload REUSE output
3939 if : failure()
40- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
40+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4141 with :
4242 name : reuse-output
4343 path : .reuse/
Original file line number Diff line number Diff line change 6262 fi
6363
6464 - name : Upload statistics artifact
65- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
65+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6666 with :
6767 name : code-statistics
6868 path : code_lines_statistics.json
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144 echo "hashes=$(cat checksums.txt | base64 -w0)" >> "$GITHUB_OUTPUT"
145145
146146 - name : Upload build artifacts
147- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
147+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
148148 with :
149149 name : windows-installer
150150 path : windows/Output/*.exe
You can’t perform that action at this time.
0 commit comments