From fb337443842beb203449b2d90b27c8d37fdc4fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Tue, 10 May 2022 21:44:41 +0200 Subject: [PATCH] Update "Release" workflow --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aabc98f..21ad4be 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # Ensure we are checked out on the develop branch ref: develop @@ -17,10 +17,10 @@ jobs: persist-credentials: false # Fetch everything so we can checkout master fetch-depth: 0 - - name: Use NodeJS v14 - uses: actions/setup-node@v2.2.0 + - name: Use NodeJS v16 + uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x - name: Compare release versions id: get-releases run: | @@ -79,7 +79,7 @@ jobs: See https://github.com/simple-icons/simple-icons/releases/tag/${{ steps.get-releases.outputs.si }} - name: Upload release asset if: steps.get-releases.outputs.lib != steps.get-releases.outputs.si - uses: shogo82148/actions-upload-release-asset@v1.3.0 + uses: shogo82148/actions-upload-release-asset@v1 with: upload_url: ${{ steps.create-release.outputs.upload_url }} asset_path: simple-icons.xml