Skip to content

Commit c044729

Browse files
chore: Update actions/upload-artifact (#812)
* chore: Update `actions/upload-artifact` * Trigger CI
1 parent 18e6043 commit c044729

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
@@ -62,7 +62,7 @@ jobs:
6262
# Attach the packaged artifacts to the workflow output. These can be manually
6363
# downloaded for later inspection if necessary.
6464
- name: Archive artifacts
65-
uses: actions/upload-artifact@v1
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: dist
6868
path: dist

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Attach the packaged artifacts to the workflow output. These can be manually
7474
# downloaded for later inspection if necessary.
7575
- name: Archive artifacts
76-
uses: actions/upload-artifact@v1
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: dist
7979
path: dist

0 commit comments

Comments
 (0)