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@v6
48+ uses : actions/download-artifact@v7
4949 with :
5050 name : breaking-changes-manifest
5151 - name : Run breaking changes validator
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248248 ref : ${{ github.event.pull_request.head.ref }}
249249 - run : rm -rf test/e2e/testdata/.snapshots && mkdir -p test/e2e/testdata/.snapshots
250250 - name : Download artifacts
251- uses : actions/download-artifact@v6
251+ uses : actions/download-artifact@v7
252252 with :
253253 pattern : snapshots_*
254254 path : test/e2e/testdata/.snapshots
@@ -294,7 +294,7 @@ jobs:
294294 fetch-depth : 0
295295 - run : rm -rf test/e2e/testdata/.snapshots && mkdir -p test/e2e/testdata/.snapshots
296296 - name : Download artifacts
297- uses : actions/download-artifact@v6
297+ uses : actions/download-artifact@v7
298298 with :
299299 pattern : snapshots_*
300300 path : test/e2e/testdata/.snapshots
You can’t perform that action at this time.
0 commit comments