Skip to content

Commit 3fac528

Browse files
Bump actions/download-artifact from 4 to 5 (#734)
* 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]> * Debug artifacts upload * Revert "Debug artifacts upload" This reverts commit 357dab1. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: TheAssassin <[email protected]>
1 parent 5a65ad0 commit 3fac528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Download artifacts
68-
uses: actions/download-artifact@v4
68+
uses: actions/download-artifact@v5
6969
- name: Inspect directory after downloading artifacts
7070
run: ls -alFR
7171
- name: Create release and upload artifacts

0 commit comments

Comments
 (0)