diff --git a/bundle-size/action.yml b/bundle-size/action.yml index 2653a73c..2f701867 100644 --- a/bundle-size/action.yml +++ b/bundle-size/action.yml @@ -61,7 +61,7 @@ runs: - name: Upload main branch stats.json artifact if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ inputs.main-branch-stats-artifact }} path: ${{ inputs.working-directory }}/stats.json diff --git a/playwright-gh-pages/upload-report-artifacts/action.yml b/playwright-gh-pages/upload-report-artifacts/action.yml index 5fcf932a..9aa1f22b 100644 --- a/playwright-gh-pages/upload-report-artifacts/action.yml +++ b/playwright-gh-pages/upload-report-artifacts/action.yml @@ -113,7 +113,7 @@ runs: PLUGIN_NAME: ${{ inputs.plugin-name }} - name: Upload artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ steps.set-artifact-name.outputs.artifact }} path: playwright-report