diff --git a/.github/workflows/multibuild.yaml b/.github/workflows/multibuild.yaml index bc66fe75d..e82f61e25 100644 --- a/.github/workflows/multibuild.yaml +++ b/.github/workflows/multibuild.yaml @@ -64,7 +64,7 @@ jobs: - run: cp -r bundles/${{ matrix.bundle }}/* sshnp/ - run: cp LICENSE sshnp - run: tar -cvzf tarball/${{ matrix.output-name }}.tgz sshnp - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: x64_binaries path: ./packages/sshnoports/tarball/${{ matrix.output-name }}.tgz @@ -96,7 +96,7 @@ jobs: --platform ${{ matrix.platform }} -o type=tar,dest=bins.tar . - run: mkdir tarballs - run: tar -xvf bins.tar -C tarballs - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: other_binaries path: ./packages/sshnoports/tarballs/${{ matrix.output-name }}.tgz