Skip to content

Commit e96bb38

Browse files
committed
fix wrong artifact version in release
1 parent 06045d1 commit e96bb38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: go build -o build/tfenv-windows-${{ matrix.goarch }}.exe
2525

2626
- name: Upload Windows Artifacts
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: windows-build
3030
path: build/
@@ -44,7 +44,7 @@ jobs:
4444
run: go build -o build/tfenv-linux-${{ matrix.goarch }}
4545

4646
- name: Upload Linux/macOS Artifacts
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: linux-macos-build
5050
path: build/
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v3
5858

5959
- name: Download All Built Binaries
60-
uses: actions/download-artifact@v3
60+
uses: actions/download-artifact@v4
6161
with:
6262
path: build/
6363

0 commit comments

Comments
 (0)