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 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
Original file line number Diff line number Diff line change 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
@@ -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@v1
108+ uses : actions/download-artifact@v4
109109 with :
110110 name : Release
111111
You can’t perform that action at this time.
0 commit comments