File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,21 +44,21 @@ jobs:
4444
4545 - name : Create Artifact (Windows)
4646 if : matrix.os == 'windows-latest'
47- uses : actions/upload-artifact@v3
47+ uses : actions/upload-artifact@v4
4848 with :
4949 name : windows-executables
5050 path : dist/
5151
5252 - name : Create Artifact (Linux)
5353 if : matrix.os == 'ubuntu-latest'
54- uses : actions/upload-artifact@v3
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : linux-executables
5757 path : dist/
5858
5959 - name : Create Artifact (macOS)
6060 if : matrix.os == 'macos-latest'
61- uses : actions/upload-artifact@v3
61+ uses : actions/upload-artifact@v4
6262 with :
6363 name : macos-executables
6464 path : dist/
@@ -68,11 +68,11 @@ jobs:
6868
6969 - name : Upload Release Asset
7070 if : matrix.os == 'windows-latest'
71- uses : actions/upload-release-asset@v1
71+ uses : actions/upload-release-asset@v2
7272 env :
7373 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7474 with :
7575 upload_url : ${{ github.event.release.upload_url }}
7676 asset_path : dist/yasumi.exe
7777 asset_name : yasumi.exe
78- asset_content_type : application/vnd.microsoft.portable-executable
78+ asset_content_type : application/vnd.microsoft.portable-executable
You can’t perform that action at this time.
0 commit comments