File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7575 touch "${{ runner.temp }}/digests/${digest#sha256:}"
7676
7777 - name : Upload digest
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v5
7979 with :
8080 name : digests-${{ matrix.suffix }}
8181 path : ${{ runner.temp }}/digests/*
Original file line number Diff line number Diff line change 3939 cp book/welcome_and_overview.html book/index.html
4040
4141 - name : Upload Artifact
42- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
42+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4343 with :
4444 name : book
4545 path : book
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173173 if : ${{ always() }}
174174 run : /sytest/scripts/tap_to_gha.pl /logs/results.tap
175175 - name : Upload SyTest logs
176- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
176+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
177177 if : ${{ always() }}
178178 with :
179179 name : Sytest Logs - ${{ job.status }} - (${{ join(matrix.*, ', ') }})
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 echo "ARTIFACT_NAME=${DISTRO#*:}" >> "$GITHUB_OUTPUT"
102102
103103 - name : Upload debs as artifacts
104- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
104+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
105105 with :
106106 name : debs-${{ steps.artifact-name.outputs.ARTIFACT_NAME }}
107107 path : debs/*
@@ -154,7 +154,7 @@ jobs:
154154 # for, and so need extra build deps.
155155 CIBW_TEST_SKIP : pp3*-* *i686* *musl*
156156
157- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
157+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
158158 with :
159159 name : Wheel-${{ matrix.os }}
160160 path : ./wheelhouse/*.whl
@@ -175,7 +175,7 @@ jobs:
175175 - name : Build sdist
176176 run : python -m build --sdist
177177
178- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
178+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
179179 with :
180180 name : Sdist
181181 path : dist/*.tar.gz
Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ jobs:
585585 if : ${{ always() }}
586586 run : /sytest/scripts/tap_to_gha.pl /logs/results.tap
587587 - name : Upload SyTest logs
588- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
588+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
589589 if : ${{ always() }}
590590 with :
591591 name : Sytest Logs - ${{ job.status }} - (${{ join(matrix.job.*, ', ') }})
@@ -683,7 +683,7 @@ jobs:
683683 PGPASSWORD : postgres
684684 PGDATABASE : postgres
685685 - name : " Upload schema differences"
686- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
686+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
687687 if : ${{ failure() && !cancelled() && steps.run_tester_script.outcome == 'failure' }}
688688 with :
689689 name : Schema dumps
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 if : ${{ always() }}
148148 run : /sytest/scripts/tap_to_gha.pl /logs/results.tap
149149 - name : Upload SyTest logs
150- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
150+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
151151 if : ${{ always() }}
152152 with :
153153 name : Sytest Logs - ${{ job.status }} - (${{ join(matrix.*, ', ') }})
You can’t perform that action at this time.
0 commit comments