Skip to content

Commit 90a4116

Browse files
committed
Update to v4 of actions/*-artifact
v2 was deprecated and has been removed per the notification in: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
1 parent 5de45f0 commit 90a4116

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: sudo apt update
3232
- run: sudo apt install gcc-arm-linux-gnueabihf
3333
- run: ./.github/workflows/release.sh linux-armv7-rpi
34-
- uses: actions/upload-artifact@v2
34+
- uses: actions/upload-artifact@v4
3535
with:
3636
name: endbasic-linux-armv7-rpi
3737
path: endbasic-linux-armv7-rpi/*
@@ -44,7 +44,7 @@ jobs:
4444
- run: sudo apt update
4545
- run: sudo apt install libsdl2-dev libsdl2-ttf-dev
4646
- run: ./.github/workflows/release.sh linux-x86_64-sdl
47-
- uses: actions/upload-artifact@v2
47+
- uses: actions/upload-artifact@v4
4848
with:
4949
name: endbasic-linux-x86_64-sdl
5050
path: endbasic-linux-x86_64-sdl/*
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v2
5757
- run: ./.github/workflows/release.sh macos-x86_64-sdl
58-
- uses: actions/upload-artifact@v2
58+
- uses: actions/upload-artifact@v4
5959
with:
6060
name: endbasic-macos-x86_64-sdl
6161
path: endbasic-macos-x86_64-sdl/*
@@ -69,7 +69,7 @@ jobs:
6969
- run: ./.github/workflows/setup-sdl.ps1
7070
- run: ./.github/workflows/release.sh windows-x86_64-sdl
7171
shell: bash
72-
- uses: actions/upload-artifact@v2
72+
- uses: actions/upload-artifact@v4
7373
with:
7474
name: endbasic-windows-x86_64-sdl
7575
path: endbasic-windows-x86_64-sdl/*
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@v2
8484
- run: ./.github/workflows/notes.sh >notes.md || touch notes.md
8585
- name: Fetch binary artifacts
86-
uses: actions/download-artifact@v2
86+
uses: actions/download-artifact@v4
8787
with:
8888
path: artifacts
8989
- name: Create release draft

0 commit comments

Comments
 (0)