diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c641f3d..f04868e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -61,14 +61,14 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload artifacts.json - uses: svenstaro/upload-release-action@1beeb572c19a9242f4361f4cee78f8e0d9aec5df # 2.7.0 + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: dist/artifacts.json asset_name: artifacts.json tag: ${{ github.ref }} - name: Upload metadata.json - uses: svenstaro/upload-release-action@1beeb572c19a9242f4361f4cee78f8e0d9aec5df # 2.7.0 + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: dist/metadata.json