diff --git a/.github/workflows/deploy-container-app.yml b/.github/workflows/deploy-container-app.yml index 0fd9104..1d260d0 100644 --- a/.github/workflows/deploy-container-app.yml +++ b/.github/workflows/deploy-container-app.yml @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v4 # Download output from deployment - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: train-artifacts @@ -244,7 +244,7 @@ jobs: uses: actions/checkout@v4 # Download output from deployment - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: staging-artifacts diff --git a/.github/workflows/deploy-infrastructure.yml b/.github/workflows/deploy-infrastructure.yml index 22c17bc..6128fc7 100644 --- a/.github/workflows/deploy-infrastructure.yml +++ b/.github/workflows/deploy-infrastructure.yml @@ -115,7 +115,7 @@ jobs: uses: actions/checkout@v4 # Download output from deployment - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: artifacts @@ -221,7 +221,7 @@ jobs: uses: actions/checkout@v4 # Download output from deployment - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: artifacts diff --git a/.github/workflows/deploy-kubernetes.yml b/.github/workflows/deploy-kubernetes.yml index fa5bdf2..0541073 100644 --- a/.github/workflows/deploy-kubernetes.yml +++ b/.github/workflows/deploy-kubernetes.yml @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v4 # Download output from deployment - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: train-artifacts