Skip to content

Commit b65305d

Browse files
build(deps): bump actions/download-artifact from 4 to 5 (#4111)
1 parent e148590 commit b65305d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/breaking-changes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

.github/workflows/update-e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)