diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 483a2c359..6ddffe51f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,7 +41,7 @@ jobs: if: matrix.os == 'windows-latest' run: mkdir -p bin/${{matrix.os}} && cp mlr.exe bin/${{matrix.os}} - - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 with: name: mlr-${{matrix.os}} path: bin/${{matrix.os}}/*