Skip to content

Commit 48a484f

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#5033)
1 parent 86fabf9 commit 48a484f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regressions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/setup-node@v5
4747
with: { node-version-file: '.nvmrc', cache: pnpm }
4848
- run: pnpm i --frozen-lockfile
49-
- uses: actions/download-artifact@v4
49+
- uses: actions/download-artifact@v5
5050
with:
5151
name: builds
5252
path: ./builds/

0 commit comments

Comments
 (0)