Skip to content

Commit c3a7854

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fb0d86 commit c3a7854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-label-on-approved.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Download PR number artifact from upstream run
18-
uses: actions/download-artifact@v4
18+
uses: actions/download-artifact@v5
1919
with:
2020
name: pr-number-${{ github.event.workflow_run.id }} # same unique name
2121
path: .

0 commit comments

Comments
 (0)