diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2460424..1e06593 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Create artifact bundles run: nim release && nim bundle - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: artifacts path: |