File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v4
3030
3131 - name : Set up Go
32- uses : actions/setup-go@v4
32+ uses : actions/setup-go@v5
3333 with :
3434 go-version : " 1.21"
3535
5050
5151 # Upload Artifact
5252 - name : Upload Artifact
53- uses : actions/upload-artifact@v3
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : ${{ matrix.asset_name }}
5656 path : ${{ matrix.output_name }}
@@ -63,17 +63,17 @@ jobs:
6363 contents : write
6464 steps :
6565 - name : Download Linux Artifact
66- uses : actions/download-artifact@v3
66+ uses : actions/download-artifact@v4
6767 with :
6868 name : dback-linux
6969
7070 - name : Download macOS Artifact
71- uses : actions/download-artifact@v3
71+ uses : actions/download-artifact@v4
7272 with :
7373 name : dback-macos
7474
7575 - name : Download Windows Artifact
76- uses : actions/download-artifact@v3
76+ uses : actions/download-artifact@v4
7777 with :
7878 name : dback-windows.exe
7979
You can’t perform that action at this time.
0 commit comments