Skip to content

Commit

Permalink
Changed the artifacts version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsaranraj87 authored Sep 19, 2024
1 parent c7f4630 commit 441a964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 441a964

Please sign in to comment.