Skip to content

Commit

Permalink
Fix further deprecations
Browse files Browse the repository at this point in the history
Missed on last pass.
  • Loading branch information
networkfusion authored and rasky committed Jan 25, 2023
1 parent 30bba98 commit b9086b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tool-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
make ${{ matrix.build }}
- name: "Upload ${{ matrix.build }} executables"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: windows-${{ matrix.arch }}-${{ matrix.build }}
path: ${{ github.workspace }}/**/tools/**/*.exe
2 changes: 1 addition & 1 deletion .github/workflows/build-toolchain-library-and-roms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
./build.sh
- name: "Upload built ROMs to artifacts"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: roms
path: |
Expand Down

0 comments on commit b9086b3

Please sign in to comment.