diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index cf5007d..79c97b6 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v5 - name: Download Artifact (build_and_test) - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build_and_test path: ./artifacts/build_and_test @@ -89,7 +89,7 @@ jobs: steps: - name: Download Artifact (nuget) - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: nuget path: ./artifacts/nuget @@ -122,7 +122,7 @@ jobs: steps: - name: Download Artifact (nuget) - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: nuget path: ./artifacts/nuget