Skip to content

Commit

Permalink
make GitHub happy
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar authored Feb 3, 2025
1 parent 8345c5c commit 5f62d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# store artifacts
# make sure retention is low, this can become huge otherwise
- name: Store build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Release
path: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
# store artifacts
# make sure retention is low, this can become huge otherwise
- name: Store build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Debug
path: |
Expand Down

0 comments on commit 5f62d64

Please sign in to comment.