Skip to content

Commit

Permalink
ci: update to a non-deprecated upload action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Screwtapello committed Sep 4, 2024
1 parent 9cbe6c6 commit a03b2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Make
run: make -j4 -C ${{ matrix.program }} build=performance local=false
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.program }}-${{ matrix.os.name }}
path: ${{ matrix.program }}/out/*
Expand Down

0 comments on commit a03b2e9

Please sign in to comment.