Skip to content

Commit

Permalink
use upload-artifacts v4 to avoid stat error on temporary upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
mangini committed Aug 2, 2024
1 parent 24c0a17 commit 8cce4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
-D FIREBASE_PYTHON_HOST_EXECUTABLE:FILEPATH=${{ steps.python.outputs.python-path }} `
-D FLATBUFFERS_FLATC_EXECUTABLE=${{ github.workspace }}/BinaryCache/flatbuffers/Release/flatc.exe

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: binarycache-firebase-windows-${{ matrix.arch }}
path: ${{ github.workspace }}/BinaryCache/firebase
Expand Down

0 comments on commit 8cce4ad

Please sign in to comment.