From 21b29fcf4ce780508586c80c9522c9dec3f16c80 Mon Sep 17 00:00:00 2001 From: servostar Date: Thu, 6 Mar 2025 23:11:07 +0100 Subject: [PATCH] ci: bump upload artifact to v3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12cd446..bdf84d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: nix-shell --run ./run-ci.sh - name: Upload artifact id: artifact-upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: example-document path: ${{ github.workspace }}/example.pdf