There was an error while loading. Please reload this page.
1 parent 06045d1 commit e96bb38Copy full SHA for e96bb38
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
run: go build -o build/tfenv-windows-${{ matrix.goarch }}.exe
25
26
- name: Upload Windows Artifacts
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
28
with:
29
name: windows-build
30
path: build/
@@ -44,7 +44,7 @@ jobs:
44
run: go build -o build/tfenv-linux-${{ matrix.goarch }}
45
46
- name: Upload Linux/macOS Artifacts
47
48
49
name: linux-macos-build
50
@@ -57,7 +57,7 @@ jobs:
57
uses: actions/checkout@v3
58
59
- name: Download All Built Binaries
60
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
61
62
63
0 commit comments