Skip to content

Commit fea7d7d

Browse files
chore: Upgrade actions/upload-artifact (#421)
* chore: Upgrade `actions/upload-artifact` * Trigger CI
1 parent 17cc9a1 commit fea7d7d

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
@@ -66,7 +66,7 @@ jobs:
6666
# Attach the packaged artifacts to the workflow output. These can be manually
6767
# downloaded for later inspection if necessary.
6868
- name: Archive artifacts
69-
uses: actions/upload-artifact@v1
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: Release
7272
path: FirebaseAdmin/FirebaseAdmin/bin/Release

.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: Release
8383
path: FirebaseAdmin/FirebaseAdmin/bin/Release

0 commit comments

Comments
 (0)