Skip to content

Commit b576848

Browse files
committed
Merge branch 'main' of https://github.com/firebase/firebase-functions-python into @invertase/fix-logger-circular-removal
2 parents 786cb64 + 07502bb commit b576848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
source venv/bin/activate
7777
mkdir ./docs/build
7878
./docs/generate.sh --out=./docs/build/ --pypath=src/
79-
- uses: actions/upload-artifact@v3
79+
- uses: actions/upload-artifact@v4
8080
name: Upload Docs Preview
8181
with:
8282
name: reference-docs

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Attach the packaged artifacts to the workflow output. These can be manually
6060
# downloaded for later inspection if necessary.
6161
- name: Archive artifacts
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: dist
6565
path: dist/

0 commit comments

Comments
 (0)