File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 GORELEASER_CURRENT_TAG : " ${{ env.goreleaser_current_tag }}"
5252 steps :
5353 - name : Check out the code
54- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 .0.2
54+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6 .0.1
5555
5656 - name : Set up Go
5757 uses : actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # tag=v3.2.1
6363 run : goreleaser release --rm-dist --skip-validate --skip-publish --snapshot --debug
6464
6565 - name : Archive generated artifacts
66- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
66+ uses : actions/upload-artifact@v5
6767 with :
6868 name : parca-push-dist-container
6969 if-no-files-found : error
@@ -94,15 +94,15 @@ jobs:
9494 run : dnf install --assumeyes --repo fedora git make jq
9595
9696 - name : Check out code into the Go module directory
97- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 .0.2
97+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6 .0.1
9898
9999 - name : Set up Go
100100 uses : actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # tag=v3.2.1
101101 with :
102102 go-version-file : ' go.mod'
103103 check-latest : true
104104
105- - uses : actions/download-artifact@v3
105+ - uses : actions/download-artifact@v4
106106 with :
107107 name : parca-push-dist-container
108108 path : goreleaser/dist
You can’t perform that action at this time.
0 commit comments