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 @@ -179,7 +179,7 @@ jobs:
179179 ref : ${{ github.event.pull_request.head.ref }}
180180 - run : rm -rf test/e2e/testdata/.snapshots && mkdir -p test/e2e/testdata/.snapshots
181181 - name : Download artifacts
182- uses : actions/download-artifact@v4.2.1
182+ uses : actions/download-artifact@v5
183183 with :
184184 pattern : snapshots_*
185185 path : test/e2e/testdata/.snapshots
@@ -206,7 +206,7 @@ jobs:
206206 fetch-depth : 0
207207 - run : rm -rf test/e2e/testdata/.snapshots && mkdir -p test/e2e/testdata/.snapshots
208208 - name : Download artifacts
209- uses : actions/download-artifact@v4.2.1
209+ uses : actions/download-artifact@v5
210210 with :
211211 pattern : snapshots_*
212212 path : test/e2e/testdata/.snapshots
You can’t perform that action at this time.
0 commit comments