File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
with :
46
46
go-version-file : go.mod
47
47
- name : Download manifest
48
- uses : actions/download-artifact@v4
48
+ uses : actions/download-artifact@v5
49
49
with :
50
50
name : breaking-changes-manifest
51
51
- name : Run breaking changes validator
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177
177
ref : ${{ github.event.pull_request.head.ref }}
178
178
- run : rm -rf test/e2e/testdata/.snapshots && mkdir -p test/e2e/testdata/.snapshots
179
179
- name : Download artifacts
180
- uses : actions/download-artifact@v4.2.1
180
+ uses : actions/download-artifact@v5
181
181
with :
182
182
pattern : snapshots_*
183
183
path : test/e2e/testdata/.snapshots
@@ -204,7 +204,7 @@ jobs:
204
204
fetch-depth : 0
205
205
- run : rm -rf test/e2e/testdata/.snapshots && mkdir -p test/e2e/testdata/.snapshots
206
206
- name : Download artifacts
207
- uses : actions/download-artifact@v4.2.1
207
+ uses : actions/download-artifact@v5
208
208
with :
209
209
pattern : snapshots_*
210
210
path : test/e2e/testdata/.snapshots
You can’t perform that action at this time.
0 commit comments