Skip to content

Commit

Permalink
Bump artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultrawipf committed Nov 15, 2024
1 parent 4ea1408 commit 709ac0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
path: '${{ github.workspace }}'
python-version: '${{ matrix.conf.pyver }}'

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: OpenFFBoard-Configurator-${{ matrix.conf.os }}-py${{ matrix.conf.pyver }}
path: ${{ steps.build.outputs.distpath }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3

# Download artifacts for release
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
path: etc/usr/artifacts/

Expand Down

0 comments on commit 709ac0b

Please sign in to comment.