diff --git a/.github/workflows/coveo.yml b/.github/workflows/coveo.yml index f90ac1b84..1309d6be4 100644 --- a/.github/workflows/coveo.yml +++ b/.github/workflows/coveo.yml @@ -104,7 +104,7 @@ jobs: - name: Upload token for ${{matrix.env_name}} if: ${{ steps.generate-token.outcome == 'success' }} - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: ${{matrix.env_name}} path: "./" diff --git a/.github/workflows/ossf_scorecard.yml b/.github/workflows/ossf_scorecard.yml index c23370104..2be62b763 100644 --- a/.github/workflows/ossf_scorecard.yml +++ b/.github/workflows/ossf_scorecard.yml @@ -48,7 +48,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF format to the repository Actions tab. - name: Upload artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f799e5255..223e735db 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -63,7 +63,7 @@ jobs: echo "Playwright tests failed. Please view the Playwright report to see full error." exit 1 fi - - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 id: artifact-upload if: ${{ !cancelled() && failure() && steps.test-ui.conclusion == 'failure' }} with: