|
31 | 31 | - run: sudo apt update |
32 | 32 | - run: sudo apt install gcc-arm-linux-gnueabihf |
33 | 33 | - run: ./.github/workflows/release.sh linux-armv7-rpi |
34 | | - - uses: actions/upload-artifact@v2 |
| 34 | + - uses: actions/upload-artifact@v4 |
35 | 35 | with: |
36 | 36 | name: endbasic-linux-armv7-rpi |
37 | 37 | path: endbasic-linux-armv7-rpi/* |
|
44 | 44 | - run: sudo apt update |
45 | 45 | - run: sudo apt install libsdl2-dev libsdl2-ttf-dev |
46 | 46 | - run: ./.github/workflows/release.sh linux-x86_64-sdl |
47 | | - - uses: actions/upload-artifact@v2 |
| 47 | + - uses: actions/upload-artifact@v4 |
48 | 48 | with: |
49 | 49 | name: endbasic-linux-x86_64-sdl |
50 | 50 | path: endbasic-linux-x86_64-sdl/* |
|
55 | 55 | steps: |
56 | 56 | - uses: actions/checkout@v2 |
57 | 57 | - run: ./.github/workflows/release.sh macos-x86_64-sdl |
58 | | - - uses: actions/upload-artifact@v2 |
| 58 | + - uses: actions/upload-artifact@v4 |
59 | 59 | with: |
60 | 60 | name: endbasic-macos-x86_64-sdl |
61 | 61 | path: endbasic-macos-x86_64-sdl/* |
|
69 | 69 | - run: ./.github/workflows/setup-sdl.ps1 |
70 | 70 | - run: ./.github/workflows/release.sh windows-x86_64-sdl |
71 | 71 | shell: bash |
72 | | - - uses: actions/upload-artifact@v2 |
| 72 | + - uses: actions/upload-artifact@v4 |
73 | 73 | with: |
74 | 74 | name: endbasic-windows-x86_64-sdl |
75 | 75 | path: endbasic-windows-x86_64-sdl/* |
|
83 | 83 | - uses: actions/checkout@v2 |
84 | 84 | - run: ./.github/workflows/notes.sh >notes.md || touch notes.md |
85 | 85 | - name: Fetch binary artifacts |
86 | | - uses: actions/download-artifact@v2 |
| 86 | + uses: actions/download-artifact@v4 |
87 | 87 | with: |
88 | 88 | path: artifacts |
89 | 89 | - name: Create release draft |
|
0 commit comments