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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
185+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
186186 with :
187187 name : translation-files
188188 path : |
@@ -342,7 +342,7 @@ jobs:
342342
343343 - name : Upload translated file
344344 if : always() # Upload even if translation failed, for debugging
345- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
345+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
346346 with :
347347 name : translated-${{ matrix.lang_code }}${{ matrix.suffix }}
348348 path : ${{ matrix.file }}
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 if : ${{ always() }}
146146
147147 - name : Upload coverage xml report
148- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
148+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
149149 with :
150150 name : coverage-${{ matrix.python-version }}-xml
151151 path : tests/*.xml
@@ -154,7 +154,7 @@ jobs:
154154 if : ${{ always() }}
155155
156156 - name : Upload coverage report
157- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
157+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
158158 with :
159159 name : coverage-${{ matrix.python-version }}
160160 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
40+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
65+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
147+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .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