diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2884514a..325d7e50 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -653,7 +653,7 @@ jobs: steps: - name: Download GitHub artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts path: /tmp/dist-artifacts @@ -873,7 +873,7 @@ jobs: steps: - name: Download GitHub artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts path: /tmp/dist-artifacts @@ -1109,7 +1109,7 @@ jobs: persist-credentials: false - name: Download GitHub artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.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 9d6ecfb3..f82961c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -635,7 +635,7 @@ jobs: shell: bash - name: Upload GitHub artifacts - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: ${{ inputs.dist-artifacts-prefix }}dist-artifacts path: ${{ inputs.plugin-directory }}/dist-artifacts/ @@ -741,7 +741,7 @@ jobs: steps: - name: Download GitHub artifact - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.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 0c9a4e24..1c3048be 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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.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 161bff4f..ec72bfb0 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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.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}}