File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 46
46
if : runner.os != 'Linux'
47
47
run : go test ./... -count 1 -short
48
48
49
- - uses : actions/upload-artifact@v2
49
+ - uses : actions/upload-artifact@v4
50
50
if : ${{ always() }}
51
51
with :
52
52
name : " go-tooling-reports.zip"
Original file line number Diff line number Diff line change @@ -53,10 +53,11 @@ jobs:
53
53
run : echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
54
54
55
55
- name : Save Release URL File for publish
56
- uses : actions/upload-artifact@v1
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
name : release_url
59
59
path : release_url.txt
60
+ retention-days : 1
60
61
61
62
publish :
62
63
name : Publish
76
77
uses : actions/checkout@v2
77
78
78
79
- name : Load Release URL File from release job
79
- uses : actions/download-artifact@v1
80
+ uses : actions/download-artifact@v4
80
81
with :
81
82
name : release_url
83
+ path : release_url
84
+ retention-days : 1
82
85
83
86
- name : Install
84
87
run : make install
You can’t perform that action at this time.
0 commit comments