From 441a964578e7e0d3304ff9c454f8795795edb02f Mon Sep 17 00:00:00 2001 From: mgsaranraj87 <41632903+mgsaranraj87@users.noreply.github.com> Date: Thu, 19 Sep 2024 19:36:14 +0530 Subject: [PATCH] Changed the artifacts version --- .github/workflows/artifact.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifact.yml b/.github/workflows/artifact.yml index 7d5eacfa..bff7a264 100644 --- a/.github/workflows/artifact.yml +++ b/.github/workflows/artifact.yml @@ -14,7 +14,7 @@ jobs: run: echo "Hello, world!" > hello.txt - name: Archive text file - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: hello-artifact path: hello.txt @@ -24,6 +24,6 @@ jobs: steps: - name: Unarchieve the hello text file - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: hello-artifact \ No newline at end of file