Skip to content

Commit 4db449d

Browse files
ci: bump actions/upload-artifact from 4 to 5 in /.github/workflows (#24)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85baf1f commit 4db449d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
fi
129129
130130
- name: Upload build artifacts
131-
uses: actions/upload-artifact@v4
131+
uses: actions/upload-artifact@v5
132132
with:
133133
name: stackaroo-${{ matrix.goos }}-${{ matrix.goarch }}
134134
path: stackaroo-*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
145145

146146
- name: Upload release artifacts
147-
uses: actions/upload-artifact@v4
147+
uses: actions/upload-artifact@v5
148148
if: always()
149149
with:
150150
name: release-artifacts

0 commit comments

Comments
 (0)