diff --git a/.github/workflows/deploy-container-app.yml b/.github/workflows/deploy-container-app.yml index 0fd9104..fd1a6bc 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@v6 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@v6 with: name: staging-artifacts diff --git a/.github/workflows/deploy-infrastructure.yml b/.github/workflows/deploy-infrastructure.yml index 22c17bc..8c16011 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@v6 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@v6 with: name: artifacts diff --git a/.github/workflows/deploy-kubernetes.yml b/.github/workflows/deploy-kubernetes.yml index fa5bdf2..19ce7d1 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@v6 with: name: train-artifacts