File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -724,7 +724,7 @@ jobs:
724724 shell : bash
725725
726726 - name : Upload GitHub artifacts
727- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
727+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
728728 with :
729729 name : ${{ inputs.dist-artifacts-prefix }}dist-artifacts
730730 path : ${{ inputs.plugin-directory }}/dist-artifacts/
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179179 DOCKER_COMPOSE_FILE : ${{ inputs.grafana-compose-file }}
180180
181181 - name : Upload artifacts
182- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
182+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
183183 if : ${{ (inputs.upload-artifacts == true) && ((always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure')) }}
184184 with :
185185 name : playwright-report-${{ matrix.GRAFANA_IMAGE.NAME }}-v${{ matrix.GRAFANA_IMAGE.VERSION }}-${{github.run_id}}
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ jobs:
351351 working-directory : ${{ inputs.plugin-directory }}
352352
353353 - name : Upload artifacts
354- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
354+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
355355 if : ${{ (inputs.upload-artifacts == true) && ((always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure')) }}
356356 with :
357357 name : playwright-report-${{ matrix.GRAFANA_IMAGE.NAME }}-v${{ matrix.GRAFANA_IMAGE.VERSION }}-${{github.run_id}}
You can’t perform that action at this time.
0 commit comments