File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 GOARCH : ${{ matrix.arch }}
4444 run : go build -ldflags="-X 'github.com/plumber-cd/terraform-backend-git/cmd.Version=${{ env.RELEASE_STRING }}'" -o build/terraform-backend-git-${{ matrix.os }}-${{ matrix.arch }}${{ env.FILE_EXTENSION }}
4545 - name : Upload Artifact
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : terraform-backend-git
4949 path : build/terraform-backend-git-${{ matrix.os }}-${{ matrix.arch }}${{ env.FILE_EXTENSION }}
8585 - name : Checkout Code
8686 uses : actions/checkout@v3
8787 - name : Download Artifacts
88- uses : actions/download-artifact@v3
88+ uses : actions/download-artifact@v4
8989 with :
9090 name : terraform-backend-git
9191 path : terraform-backend-git
You can’t perform that action at this time.
0 commit comments