Skip to content

Commit 49b1003

Browse files
committed
Update github actions upload artifact to v4
This is part of #3050, but thinking about this logically, the deprecation of v3 happens in just 3 days, so unless we want to have .NET 9 testing done in the next 3 days (unlikely?), it's not a great idea to let this break.
1 parent 5e4f17b commit 49b1003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-otapi3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
tar -cvf ../../../../../../TShock-Beta-${{ matrix.arch }}-Release.tar *
6464
6565
- name: Upload artifact (non-Windows)
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
if: ${{ matrix.arch != 'win-x64' }}
6868
with:
6969
name: TShock-Beta-${{ matrix.arch }}-Release
7070
path: TShock-Beta-${{ matrix.arch }}-Release.tar
7171

7272
- name: Upload artifact (Windows)
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
if: ${{ matrix.arch == 'win-x64' }}
7575
with:
7676
name: TShock-Beta-${{ matrix.arch }}-Release

0 commit comments

Comments
 (0)