Skip to content

Commit 877ee8e

Browse files
committed
Bump upload artifact version
1 parent ecd67ce commit 877ee8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
gzip build.tar
5858
- name: Upload build archive
5959
if: ${{ !cancelled() }}
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: build.tar.gz
6363
path: build.tar.gz

.github/workflows/test-changed-firestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
gzip build.tar
7373
- name: Upload build archive
7474
if: ${{ !cancelled() && steps.build.outcome == 'success' && steps.check-changed.outcome != 'success' }}
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: build.tar.gz
7878
path: build.tar.gz

0 commit comments

Comments
 (0)