Skip to content

Commit 3035548

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/ce1bc1f6c3a4414cb4f4617a8809f02f57694cb9/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 6d397ef commit 3035548

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
@@ -23,7 +23,7 @@ jobs:
2323
run: yarn build
2424

2525
- name: Archive build 💽
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: dist
2929
path: dist
@@ -47,7 +47,7 @@ jobs:
4747
useRollingCache: true
4848

4949
- name: Load build 💽
50-
uses: actions/download-artifact@v3
50+
uses: actions/download-artifact@v4
5151
with:
5252
name: dist
5353
path: dist

0 commit comments

Comments
 (0)