We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/upload-artifact
1 parent 17cc9a1 commit fea7d7dCopy full SHA for fea7d7d
.github/workflows/nightly.yml
@@ -66,7 +66,7 @@ jobs:
66
# Attach the packaged artifacts to the workflow output. These can be manually
67
# downloaded for later inspection if necessary.
68
- name: Archive artifacts
69
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
70
with:
71
name: Release
72
path: FirebaseAdmin/FirebaseAdmin/bin/Release
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
0 commit comments