Skip to content

Commit

Permalink
Update git actions to latest versions (#446)
Browse files Browse the repository at this point in the history
* Update git actions to latest versions

current actions v. have been deprecated and no longer function
  • Loading branch information
BroBeansCPG authored Sep 27, 2024
1 parent 6f605dd commit e3c4da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: windows-2022
steps:
- name: Checkout the source code
uses: actions/checkout@v2
uses: actions/checkout@v4.2.0
with:
fetch-depth: 1
- name: Set up A3Tools
Expand All @@ -46,7 +46,7 @@ jobs:
path: 'release'
filename: 'hatchet_h60.zip'
- name: Upload Artifact
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v4.4.0
with:
name: hatchet-${{ github.sha }}-nobin
path: hatchet_h60.zip

0 comments on commit e3c4da8

Please sign in to comment.