Skip to content

Commit

Permalink
Update actions/ to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
nanodeath committed Jul 9, 2024
1 parent 5619f57 commit 3f58fda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
image: barichello/godot-ci:4.2.2
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
lfs: true
- name: Setup
Expand Down Expand Up @@ -56,9 +56,9 @@ jobs:
steps:
# We still need this checkout because github-pages-deploy-action expects it.
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Download Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: web
path: build/web
Expand Down

0 comments on commit 3f58fda

Please sign in to comment.