diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index bd7c77b1..9db67570 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ad5f1cd..b416937e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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