diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc88aeb..f65d5e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.0 with: # Artifact name name: claptrap_jar diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5af1ae..329fb6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.0 with: # Artifact name name: claptrap_jar