Skip to content

Commit a8ddd8f

Browse files
Bump the pages-and-artifact-actions group with 2 updates (#133)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56911ee commit a8ddd8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
GOARM: ${{ matrix.GOARM }}
4242

4343
- name: Upload artifacts
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: release-artifacts-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
4747
path: build/lane-*.tar.*
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Download artifacts
88-
uses: actions/download-artifact@v5
88+
uses: actions/download-artifact@v6
8989
with:
9090
pattern: release-artifacts-*
9191
merge-multiple: true

0 commit comments

Comments
 (0)