File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
username : ${{ secrets.QUAY_USERNAME }}
24
24
password : ${{ secrets.QUAY_PASSWORD }}
25
25
26
- - uses : actions/setup-go@v4
26
+ - uses : actions/setup-go@v5
27
27
with :
28
28
go-version-file : go.mod
29
29
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
25
25
username : ${{ secrets.QUAY_USERNAME }}
26
26
password : ${{ secrets.QUAY_PASSWORD }}
27
27
28
- - uses : actions/setup-go@v4
28
+ - uses : actions/setup-go@v5
29
29
with :
30
30
go-version-file : go.mod
31
31
32
32
- id : release
33
33
run : make release
34
34
35
- - uses : actions/upload-artifact@v3
35
+ - uses : actions/upload-artifact@v4
36
36
with :
37
37
name : trust-manager-${{ env.VERSION }}.tgz
38
38
path : ${{ steps.release.outputs.RELEASE_HELM_CHART_TAR }}
65
65
echo "HELM_CHART_VERSION: ${{ needs.build_images.outputs.RELEASE_HELM_CHART_VERSION }}" >> .notes-file
66
66
67
67
- id : chart_download
68
- uses : actions/download-artifact@v3
68
+ uses : actions/download-artifact@v4
69
69
with :
70
70
name : trust-manager-${{ env.VERSION }}.tgz
71
71
You can’t perform that action at this time.
0 commit comments