diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe55a9b..1122a46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: MACOS_APPLE_PASSWORD: ${{ secrets.MACOS_APPLE_PASSWORD }} MACOS_APPLE_TEAMID: ${{ secrets.MACOS_APPLE_TEAMID }} - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: natives-${{ matrix.target }} path: "${{matrix.target}}.build.tar" @@ -187,7 +187,7 @@ jobs: arguments: -x ip -PallPlatforms buildGhidra # TODO: remove upload-artifact when create release is sure to work - name: Upload final dist - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: path: "build/dist/*" - name: Remove temporary artifacts