Skip to content

Commit 297e420

Browse files
🤖 config(ci): Upgrade artifact actions to v4.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/31b7e48f29789fa2e2ad9e16013ff277c3bbca57/src/transforms/ci:upgrade-artifact-actions-to-v4.js Please contact the author of the transform if you believe there was an error.
1 parent a8dfced commit 297e420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: yarn build
2626

2727
- name: Archive build 💽
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: dist
3131
path: dist
@@ -49,7 +49,7 @@ jobs:
4949
useRollingCache: true
5050

5151
- name: Load build 💽
52-
uses: actions/download-artifact@v3
52+
uses: actions/download-artifact@v4
5353
with:
5454
name: dist
5555
path: dist

0 commit comments

Comments
 (0)