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