From 3196cb2ef2908bd4bda38e37d40a421b2d4087b1 Mon Sep 17 00:00:00 2001 From: Remco Beckers Date: Wed, 8 Jan 2025 07:44:20 +0100 Subject: [PATCH] Upgrade deprecated Github actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fed164d0..a5c3c336 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: run: | go-licenses report . > licenses.csv - name: Save license scan report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: license_scanning path: licenses.csv @@ -141,7 +141,7 @@ jobs: --output-file /workspace/release-notes.md --title "CLI ${{ env.TAG }}" - name: Save release notes - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: release-notes path: release-notes.md @@ -162,7 +162,7 @@ jobs: --output-file /workspace/release-notes.json --title "CLI ${{ env.TAG }}" - name: Save JSON release notes - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: release-notes-json path: release-notes.json