Skip to content

Commit

Permalink
actions/checkout version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
utahcon committed Mar 5, 2024
1 parent 393bd45 commit 9af6437
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 @@ -48,12 +48,12 @@ jobs:
mv $HOME/go/bin/hugo .
mv hugodir/hugo_versions .
- uses: actions/upload-artifact@v4.1.4
- uses: actions/upload-artifact@v4.3.1
with:
name: hugo
path: hugo

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4.3.1
with:
name: hugo_versions
path: hugo_versions
Expand Down

0 comments on commit 9af6437

Please sign in to comment.