From 788b091233a83d73a71ae127041b2671a766229e Mon Sep 17 00:00:00 2001 From: lesismal Date: Tue, 17 Sep 2024 20:39:31 +0800 Subject: [PATCH] github action: update to upload-artifact@v4 --- .github/workflows/autobahn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobahn.yml b/.github/workflows/autobahn.yml index c404e0d3..560d3a4f 100644 --- a/.github/workflows/autobahn.yml +++ b/.github/workflows/autobahn.yml @@ -32,7 +32,7 @@ jobs: - name: Autobahn Report Artifact if: >- startsWith(matrix.os, 'ubuntu') - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: autobahn report ${{ matrix.go }} ${{ matrix.os }}