We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437b105 commit 459f92eCopy full SHA for 459f92e
1 file changed
.github/workflows/build-release.yaml
@@ -41,7 +41,7 @@ jobs:
41
GOARM: ${{ matrix.GOARM }}
42
43
- name: Upload artifacts
44
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
45
with:
46
name: release-artifacts-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
47
path: build/lane-*.tar.*
@@ -85,7 +85,7 @@ jobs:
85
runs-on: ubuntu-latest
86
steps:
87
- name: Download artifacts
88
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
89
90
pattern: release-artifacts-*
91
merge-multiple: true
0 commit comments