diff --git a/.github/workflows/download_artifacts.yml b/.github/workflows/download_artifacts.yml index 5e76031..5bbdbcc 100644 --- a/.github/workflows/download_artifacts.yml +++ b/.github/workflows/download_artifacts.yml @@ -21,7 +21,7 @@ jobs: repository: ${{ github.repository }} - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: wetter2 path: ./artifacts