Skip to content

Commit 0e82179

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent edbd92d commit 0e82179

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Attach the packaged artifacts to the workflow output. These can be manually
7272
# downloaded for later inspection if necessary.
7373
- name: Archive artifacts
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v5
7575
with:
7676
name: Release
7777
path: FirebaseAdmin/FirebaseAdmin/bin/Release

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# Attach the packaged artifacts to the workflow output. These can be manually
8383
# downloaded for later inspection if necessary.
8484
- name: Archive artifacts
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v5
8686
with:
8787
name: Release
8888
path: FirebaseAdmin/FirebaseAdmin/bin/Release

0 commit comments

Comments
 (0)