From e5319de222932e09bbe335fda370ea34daefe2cf Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 16 Mar 2025 14:37:48 +0100 Subject: Bump actions/upload-artifact to v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b068329..535452e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: mv -v ../*.deb ./ ls *.deb | xargs -I % mv -v % ${{ matrix.name }}-% - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: snuffleupagus-${{ matrix.name }} path: ./*.deb -- cgit v1.3