Skip to content

Commit

Permalink
Update temp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noeltimothy committed Sep 19, 2024
1 parent 0f39f4c commit b7e3b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: touch one
run: echo "one" > one.txt
- name: upload one
- name: upload-one
uses: actions/upload-artifact@v4
with:
name: upload-one
Expand All @@ -22,7 +22,7 @@ jobs:
steps:
- name: touch two
run: echo "two" > two.txt
- name: upload two
- name: upload-two
uses: actions/upload-artifact@v4
with:
name: upload-two
Expand Down

0 comments on commit b7e3b6e

Please sign in to comment.