From 8b81cd10bd6a8d1158dd3ef2664549835ecd266f Mon Sep 17 00:00:00 2001 From: Pete Freitag Date: Mon, 2 Oct 2023 15:13:49 -0400 Subject: [PATCH] fix action version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f9c86a..ab26ca7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: npm install node test.js - name: Save Screenshot - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: path: tests/puppeteer/screenshot.png