|
@@ -10,10 +10,10 @@ jobs:
|
|
|
runs-on: ubuntu-20.04
|
|
|
|
|
|
steps:
|
|
|
- - uses: actions/checkout@v3
|
|
|
+ - uses: actions/checkout@v4
|
|
|
- name: Download artifact
|
|
|
id: download-artifact
|
|
|
- uses: dawidd6/action-download-artifact@v2
|
|
|
+ uses: dawidd6/action-download-artifact@v3
|
|
|
with:
|
|
|
workflow: bootstraps.yml
|
|
|
workflow_conclusion: success
|
|
@@ -26,7 +26,7 @@ jobs:
|
|
|
chmod +x build_wine.sh
|
|
|
WINE_BRANCH=proton PROTON_BRANCH=bleeding-edge ./build_wine.sh
|
|
|
sha256sum *.tar.xz
|
|
|
- - uses: actions/upload-artifact@v3
|
|
|
+ - uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
name: Proton Experimental
|
|
|
path: ./*.tar.xz
|