Merge pull request #8 from neuschaefer/ci

GitHub CI: Bump actions/checkout to v3
This commit is contained in:
Ry 2023-02-01 14:31:54 -08:00 committed by GitHub
commit 15f8a12307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
@ -23,7 +23,7 @@ jobs:
run: cargo build --release
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: fox32asm
path: target/release/fox32asm

View File

@ -11,7 +11,7 @@ jobs:
name: Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
@ -23,7 +23,7 @@ jobs:
run: cargo build --release
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: fox32asm.exe
path: target/release/fox32asm.exe