Skip to content

Commit 79c1239

Browse files
dependabot[bot]lukasmalkmus
authored andcommitted
chore(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...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>
1 parent 8394231 commit 79c1239

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
version: ${{ env.GORELEASER_VERSION }}
6161
args: --snapshot
62-
- uses: actions/upload-artifact@v6
62+
- uses: actions/upload-artifact@v7
6363
with:
6464
name: binaries
6565
path: |

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
version: ${{ env.GORELEASER_VERSION }}
6767
args: --snapshot
68-
- uses: actions/upload-artifact@v6
68+
- uses: actions/upload-artifact@v7
6969
with:
7070
name: binaries
7171
path: |

0 commit comments

Comments
 (0)