Skip to content

Commit

Permalink
Update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken committed Sep 5, 2024
1 parent 96b3c42 commit dbee189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.name}}/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: publish
id: publish
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

# Upload rendered nomad jobs as artifacts
- name: upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nomad
path: nomad.tar.gz
Expand Down

0 comments on commit dbee189

Please sign in to comment.