diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 266b6ce4..58ada55e 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -39,7 +39,7 @@ jobs: REACT_APP_VERSION: ${{ github.sha }} REACT_APP_ENTUR_CLIENT_NAME: entur-shamash2023 - name: Archive production artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: build path: | @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download all workflow run artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' @@ -66,7 +66,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download all workflow run artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download all workflow run artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 0b8332fc..e8669837 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -34,7 +34,7 @@ jobs: REACT_APP_ENTUR_CLIENT_NAME: entur-shamash2023 PUBLIC_URL: '' - name: Archive production artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: build path: | @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download all workflow run artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}'