Skip to content

Commit

Permalink
(chore): Bump upload-artifact and download-artifact to v4 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanedey authored May 6, 2024
1 parent 57623ca commit ff1db71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# Attach the packaged artifacts to the workflow output. These can be manually
# downloaded for later inspection if necessary.
- name: Archive artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: Release
path: FirebaseAdmin/FirebaseAdmin/bin/Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Attach the packaged artifacts to the workflow output. These can be manually
# downloaded for later inspection if necessary.
- name: Archive artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: Release
path: FirebaseAdmin/FirebaseAdmin/bin/Release
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

# Download the artifacts created by the stage_release job.
- name: Download release candidates
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: Release

Expand Down

0 comments on commit ff1db71

Please sign in to comment.