Skip to content

Commit 2bce2cc

Browse files
chore: Upgrade actions/upload-artifact@v4 (#2700)
1 parent 2a6ca8e commit 2bce2cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# Attach the packaged artifacts to the workflow output. These can be manually
7373
# downloaded for later inspection if necessary.
7474
- name: Archive artifacts
75-
uses: actions/upload-artifact@v1
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: dist
7878
path: dist

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# Attach the packaged artifacts to the workflow output. These can be manually
7878
# downloaded for later inspection if necessary.
7979
- name: Archive artifacts
80-
uses: actions/upload-artifact@v1
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: dist
8383
path: dist

0 commit comments

Comments
 (0)