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 4545 with :
4646 go-version-file : go.mod
4747 - name : Download manifest
48- uses : actions/download-artifact@v4
48+ uses : actions/download-artifact@v5
4949 with :
5050 name : breaking-changes-manifest
5151 - name : Run breaking changes validator
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 ref : ${{ github.event.pull_request.head.ref }}
178178 - run : rm -rf test/e2e/testdata/.snapshots && mkdir -p test/e2e/testdata/.snapshots
179179 - name : Download artifacts
180- uses : actions/download-artifact@v4.2.1
180+ uses : actions/download-artifact@v5
181181 with :
182182 pattern : snapshots_*
183183 path : test/e2e/testdata/.snapshots
@@ -204,7 +204,7 @@ jobs:
204204 fetch-depth : 0
205205 - run : rm -rf test/e2e/testdata/.snapshots && mkdir -p test/e2e/testdata/.snapshots
206206 - name : Download artifacts
207- uses : actions/download-artifact@v4.2.1
207+ uses : actions/download-artifact@v5
208208 with :
209209 pattern : snapshots_*
210210 path : test/e2e/testdata/.snapshots
You can’t perform that action at this time.
0 commit comments