Skip to content

Commit 40ef547

Browse files
Upgrade: [dependabot] - 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] <support@github.com>
1 parent ca4f876 commit 40ef547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_psu_to_ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
role-session-name: github-actions
4141

4242
- name: download build artifact
43-
uses: actions/download-artifact@v4
43+
uses: actions/download-artifact@v5
4444
with:
4545
name: packaged_code
4646
path: .

0 commit comments

Comments
 (0)