diff --git a/bundle-size/action.yml b/bundle-size/action.yml index 6e35860..d467fc1 100644 --- a/bundle-size/action.yml +++ b/bundle-size/action.yml @@ -80,7 +80,7 @@ runs: - name: Download main branch stats artifact if: ${{ github.event_name == 'pull_request' && steps.main-stats-info.outputs.run-id != '' }} - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: ${{ inputs.main-branch-stats-artifact }} path: ${{ inputs.working-directory }} diff --git a/playwright-gh-pages/deploy-report-pages/action.yml b/playwright-gh-pages/deploy-report-pages/action.yml index 695fa01..f05e678 100644 --- a/playwright-gh-pages/deploy-report-pages/action.yml +++ b/playwright-gh-pages/deploy-report-pages/action.yml @@ -26,7 +26,7 @@ runs: using: "composite" steps: - name: Download report artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: path: all-reports pattern: ${{ inputs.artifact-pattern }}