Skip to content

Commit

Permalink
Update checktest.yml
Browse files Browse the repository at this point in the history
v4
  • Loading branch information
ColinRitman authored Jan 4, 2025
1 parent f9c1c24 commit 939af40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Ubuntu 20.04
runs-on: self_ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
echo "artifact_path=${release_name}.tar.gz" >> $GITHUB_OUTPUT
- name: Upload To GH Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ steps.build.outputs.release_name }}
path: ${{ steps.build.outputs.artifact_path }}
Expand Down

0 comments on commit 939af40

Please sign in to comment.