diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 55bec68b..490a61ae 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -738,7 +738,7 @@ jobs: steps: - name: Download GitHub artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts path: /tmp/dist-artifacts @@ -965,7 +965,7 @@ jobs: steps: - name: Download GitHub artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts path: /tmp/dist-artifacts @@ -1176,7 +1176,7 @@ jobs: persist-credentials: false - name: Download GitHub artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts path: /tmp/dist-artifacts diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc94b67d..3e55ec14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -649,7 +649,7 @@ jobs: shell: bash - name: Upload GitHub artifacts - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts path: ${{ inputs.plugin-directory }}/dist-artifacts/ @@ -755,7 +755,7 @@ jobs: steps: - name: Download GitHub artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts path: /tmp/${{ inputs.dist-artifacts-prefix }}dist-artifacts diff --git a/.github/workflows/playwright-docker.yml b/.github/workflows/playwright-docker.yml index 03612e19..d250e984 100644 --- a/.github/workflows/playwright-docker.yml +++ b/.github/workflows/playwright-docker.yml @@ -97,7 +97,7 @@ jobs: persist-credentials: false - name: Download GitHub artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: dist-artifacts path: /tmp/dist-artifacts @@ -154,7 +154,7 @@ jobs: DOCKER_COMPOSE_FILE: ${{ inputs.grafana-compose-file }} - name: Upload artifacts - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 if: ${{ (inputs.upload-artifacts == true) && ((always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure')) }} with: name: playwright-report-${{ matrix.GRAFANA_IMAGE.NAME }}-v${{ matrix.GRAFANA_IMAGE.VERSION }}-${{github.run_id}} diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 65ee4210..db338a69 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -189,7 +189,7 @@ jobs: shell: bash - name: Download GitHub artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: dist-artifacts path: /tmp/dist-artifacts @@ -247,7 +247,7 @@ jobs: working-directory: ${{ inputs.plugin-directory }} - name: Upload artifacts - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 if: ${{ (inputs.upload-artifacts == true) && ((always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure')) }} with: name: playwright-report-${{ matrix.GRAFANA_IMAGE.NAME }}-v${{ matrix.GRAFANA_IMAGE.VERSION }}-${{github.run_id}}