Skip to content

Commit 5092096

Browse files
chore(deps): Bump actions/upload-artifact from 4 to 5 (#187)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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 6d2dace commit 5092096

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-networks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ${GITHUB_WORKSPACE}/.github/workflows/scripts/download-current-networks.sh
3030
shell: bash
3131

32-
- uses: actions/upload-artifact@v4
32+
- uses: actions/upload-artifact@v5
3333
with:
3434
name: current-latest-networks
3535
path: /tmp/external-networks
@@ -68,7 +68,7 @@ jobs:
6868
run: make build
6969

7070
- name: Upload binary
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v5
7272
with:
7373
name: bin
7474
path: .gobin

0 commit comments

Comments
 (0)