Skip to content

Commit f7d9990

Browse files
Merge pull request #7 from Rakshithkodekloud/main
Update action version in artifact.yml
2 parents 072a0d6 + 7f5f6bb commit f7d9990

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/artifact.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88

99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212

1313
- name: Create a text file
1414
run: echo "Hello, world!" > hello.txt
1515

1616
- name: Archive text file
17-
uses: actions/upload-artifact@v2
17+
uses: actions/upload-artifact@v4
1818
with:
1919
name: hello-artifact
20-
path: hello.txt
20+
path: hello.txt

0 commit comments

Comments
 (0)