Skip to content

Commit 9260f2f

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#20063)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cefddbb commit 9260f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reproducible-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "Binaries SHA256 on ${{ matrix.machine }}: $(cat checksum.sha256)"
4343
4444
- name: Upload the hash
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: checksum-${{ matrix.machine }}
4848
path: |

0 commit comments

Comments
 (0)