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