From 3f58fdae92c15ea21a7c9890c890bddb5681d595 Mon Sep 17 00:00:00 2001 From: Max Aller Date: Tue, 9 Jul 2024 06:11:34 -0700 Subject: [PATCH] Update actions/ to v4. --- .github/workflows/godot-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/godot-ci.yml b/.github/workflows/godot-ci.yml index bc3d0dc..582ff6b 100644 --- a/.github/workflows/godot-ci.yml +++ b/.github/workflows/godot-ci.yml @@ -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 @@ -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