From fce26a68e2c2015199ee93ab5386d19efc5e123b Mon Sep 17 00:00:00 2001 From: Falk Bruskeland Date: Mon, 28 Oct 2024 10:36:42 +0100 Subject: [PATCH] Update actions/uploda-artifact to v4 --- .github/workflows/statutter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/statutter.yml b/.github/workflows/statutter.yml index 63d03d1..2648bb2 100644 --- a/.github/workflows/statutter.yml +++ b/.github/workflows/statutter.yml @@ -28,7 +28,7 @@ jobs: run: make test - name: Upload build if: github.ref == 'refs/heads/master' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: build-files path: gh-pages