diff --git a/.github/workflows/artifact.yml b/.github/workflows/artifact.yml index bff7a264..94d02048 100644 --- a/.github/workflows/artifact.yml +++ b/.github/workflows/artifact.yml @@ -26,4 +26,6 @@ jobs: - name: Unarchieve the hello text file uses: actions/download-artifact@v4 with: - name: hello-artifact \ No newline at end of file + name: hello-artifact + - name: Read the content + run: cat hello.txt \ No newline at end of file