Skip to content

Commit bba2a24

Browse files
authored
Revert "(chore): Bump upload-artifact and download-artifact to v4 (#395)" (#399)
This reverts commit ff1db71.
1 parent 856d46a commit bba2a24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@v4
69+
uses: actions/upload-artifact@v1
7070
with:
7171
name: Release
7272
path: FirebaseAdmin/FirebaseAdmin/bin/Release

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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@v4
80+
uses: actions/upload-artifact@v1
8181
with:
8282
name: Release
8383
path: FirebaseAdmin/FirebaseAdmin/bin/Release
@@ -105,7 +105,7 @@ jobs:
105105

106106
# Download the artifacts created by the stage_release job.
107107
- name: Download release candidates
108-
uses: actions/download-artifact@v4
108+
uses: actions/download-artifact@v1
109109
with:
110110
name: Release
111111

0 commit comments

Comments
 (0)