X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/blobdiff_plain/6e68f11776a8f6f5a62b989f13ebf7438ef32476..13445adc0d500a8c8285c9c75707f35df89d9d0e:/.github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe8d44c..a239e48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,11 +10,11 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: - node-version: '10.x' + node-version: '16.x' - name: Install dependencies run: yarn install @@ -33,7 +33,6 @@ jobs: GITREF: ${{ github.ref }} - - uses: AButler/upload-release-assets@v2.0 + - uses: softprops/action-gh-release@v1 with: files: 'artifacts/*' - repo-token: ${{ secrets.GITHUB_TOKEN }}