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