From a50f164de5094f780cd11764b9501b2b39c7f182 Mon Sep 17 00:00:00 2001 From: Ramana Reddy Date: Wed, 11 Sep 2024 11:03:21 +0530 Subject: [PATCH] update upload artifact version --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 176a0b1..f71c606 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: run: mvn --batch-mode --update-snapshots verify - name: 'Upload Artifact' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: nuclei-burp-plugin-SNAPSHOT-build path: target/nuclei-burp-plugin-1.1.3-SNAPSHOT-jar-with-dependencies.jar \ No newline at end of file