Skip to content

Commit ce8e7fd

Browse files
chore: Update actions/upload-artifact (#998)
1 parent f4e5054 commit ce8e7fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Attach the packaged artifacts to the workflow output. These can be manually
4949
# downloaded for later inspection if necessary.
5050
- name: Archive artifacts
51-
uses: actions/upload-artifact@v1
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: dist
5454
path: dist

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Attach the packaged artifacts to the workflow output. These can be manually
6060
# downloaded for later inspection if necessary.
6161
- name: Archive artifacts
62-
uses: actions/upload-artifact@v1
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: dist
6565
path: dist

0 commit comments

Comments
 (0)