Skip to content

Commit

Permalink
CI: Update deprecated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tmp64 committed Aug 25, 2024
1 parent db89038 commit af247c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
git fetch --tags --force
git describe --always ${{ github.ref }}
- name: Set up Python 3.8
uses: actions/setup-python@v4.5.0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand All @@ -62,7 +62,7 @@ jobs:
ctest -R ${{ matrix.target }} --build-config RelWithDebInfo --output-on-failure
- name: Upload build result
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: ${{ steps.build.outputs.artifact_name }}
path: ./_build_out/BugfixedHL-*.zip

0 comments on commit af247c4

Please sign in to comment.