Skip to content

Commit

Permalink
CI: Upgrade GHA action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Feb 20, 2024
1 parent b32cdc8 commit 7c9301f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ jobs:

- name: Upload wheels
if: ${{ contains(matrix.lua-version, 'bundle') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels-${{ runner.os }}
name: wheels-${{ runner.os }}-${{ matrix.lua-version }}-${{ matrix.python-version }}
path: dist/*.whl
if-no-files-found: ignore

0 comments on commit 7c9301f

Please sign in to comment.