Skip to content

Commit

Permalink
Upgrade to newer upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
cblichmann committed May 6, 2024
1 parent 38013ca commit 83e711f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ env:

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
run: ctest --build-config "${BUILD_TYPE}" --output-on-failure

- name: Upload Build Artifacts
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: pawn-${{ runner.os }}
path: |
Expand Down

0 comments on commit 83e711f

Please sign in to comment.