Skip to content

Commit cf2303f

Browse files
chore(deps): update actions/download-artifact action to v5 (#160)
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | actions/download-artifact | v4.3.0 | v5.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent e9255a9 commit cf2303f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundle-size/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080

8181
- name: Download main branch stats artifact
8282
if: ${{ github.event_name == 'pull_request' && steps.main-stats-info.outputs.run-id != '' }}
83-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
83+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8484
with:
8585
name: ${{ inputs.main-branch-stats-artifact }}
8686
path: ${{ inputs.working-directory }}

playwright-gh-pages/deploy-report-pages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
using: "composite"
2727
steps:
2828
- name: Download report artifacts
29-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
29+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
3030
with:
3131
path: all-reports
3232
pattern: ${{ inputs.artifact-pattern }}

0 commit comments

Comments
 (0)