Skip to content

Commit 0c3acfc

Browse files
Bump actions/upload-artifact from 5 to 7 (#122)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63539a6 commit 0c3acfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: make build
3434

3535
- name: Upload artifacts
36-
uses: actions/upload-artifact@v5
36+
uses: actions/upload-artifact@v7
3737
with:
3838
name: chia-tools-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
3939
path: ${{ github.workspace }}/bin/chia-tools*
@@ -80,7 +80,7 @@ jobs:
8080
mv *.deb installer-out/
8181
8282
- name: Upload artifacts
83-
uses: actions/upload-artifact@v5
83+
uses: actions/upload-artifact@v7
8484
with:
8585
name: installer-chia-tools-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
8686
path: ${{ github.workspace }}/installer-out/*.deb

0 commit comments

Comments
 (0)