Skip to content

Commit

Permalink
Merge pull request #7 from Rakshithkodekloud/main
Browse files Browse the repository at this point in the history
Update action version in artifact.yml
  • Loading branch information
chauhan-aditya1 authored Nov 13, 2024
2 parents 072a0d6 + 7f5f6bb commit f7d9990
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Create a text file
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
path: hello.txt

0 comments on commit f7d9990

Please sign in to comment.