From 98e4a251c04be0e6b597e44e28066ff05baad32e Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Wed, 6 Nov 2024 07:16:52 +0100 Subject: [PATCH] Bump to upload-artifact@v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ded545..10fcbca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - run: brew test-bot --only-tap-syntax - run: brew test-bot --only-formulae --testing-formulae oxigraph - name: Upload bottles as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: bottles path: '*.bottle.*'