Skip to content

Commit 198af9c

Browse files
authored
chore: Update outdated GitHub Actions versions (#19577)
## Summary This PR updates outdated GitHub Action versions by migrating `actions/download-artifact` from `v6` to `v7` in the following workflows: - `.github/workflows/prepare-release.yml` - `.github/workflows/release.yml` - `.github/workflows/release-insiders.yml` ## Test plan The changes will be tested in the CI pipeline of the pull request. [×] Summary [×] Test plan
1 parent 6118f4f commit 198af9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
run: pnpm --filter=!./playgrounds/* install
267267

268268
- name: Download artifacts
269-
uses: actions/download-artifact@v6
269+
uses: actions/download-artifact@v7
270270
with:
271271
path: ${{ env.OXIDE_LOCATION }}
272272

.github/workflows/release-insiders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
run: pnpm --filter=!./playgrounds/* install
264264

265265
- name: Download artifacts
266-
uses: actions/download-artifact@v6
266+
uses: actions/download-artifact@v7
267267
with:
268268
path: ${{ env.OXIDE_LOCATION }}
269269

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
run: pnpm --filter=!./playgrounds/* install
255255

256256
- name: Download artifacts
257-
uses: actions/download-artifact@v6
257+
uses: actions/download-artifact@v7
258258
with:
259259
path: ${{ env.OXIDE_LOCATION }}
260260

0 commit comments

Comments
 (0)