File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
# Attach the packaged artifacts to the workflow output. These can be manually
67
67
# downloaded for later inspection if necessary.
68
68
- name : Archive artifacts
69
- uses : actions/upload-artifact@v4
69
+ uses : actions/upload-artifact@v1
70
70
with :
71
71
name : Release
72
72
path : FirebaseAdmin/FirebaseAdmin/bin/Release
Original file line number Diff line number Diff line change 77
77
# Attach the packaged artifacts to the workflow output. These can be manually
78
78
# downloaded for later inspection if necessary.
79
79
- name : Archive artifacts
80
- uses : actions/upload-artifact@v4
80
+ uses : actions/upload-artifact@v1
81
81
with :
82
82
name : Release
83
83
path : FirebaseAdmin/FirebaseAdmin/bin/Release
@@ -105,7 +105,7 @@ jobs:
105
105
106
106
# Download the artifacts created by the stage_release job.
107
107
- name : Download release candidates
108
- uses : actions/download-artifact@v4
108
+ uses : actions/download-artifact@v1
109
109
with :
110
110
name : Release
111
111
You can’t perform that action at this time.
0 commit comments