There was an error while loading. Please reload this page.
1 parent 9f7a4b4 commit abeaf2aCopy full SHA for abeaf2a
1 file changed
.github/workflows/afs-cmd-ci.yml
@@ -42,12 +42,12 @@ jobs:
42
steps:
43
44
- name: Setup .NET
45
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
46
with:
47
dotnet-version: ${{ matrix.dotnet_version }}
48
49
- name: Checkout
50
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
51
52
- name: Test
53
if: matrix.config.target != 'osx'
@@ -82,7 +82,7 @@ jobs:
82
echo "VERSION=$ver_short" >> $GITHUB_ENV
83
84
- name: Upload exe files
85
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
86
87
name: AssFontSubset.Console_g${{ env.VERSION }}_${{ env.identifier }}
88
path: |
0 commit comments