diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 17ce23d52..a0ec74e9a 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -97,7 +97,7 @@ jobs: needs: [build_test, save_mapping] steps: - name: Download files for release - uses: actions/download-artifact@4.1.8 + uses: actions/download-artifact@v4 - name: Rename files for release run: | mv MBINCompiler-Windows-net6.0/MBINCompiler.exe MBINCompiler.exe