Skip to content

Commit

Permalink
Merge pull request #88 from uiolee/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
JamesMGreene committed Feb 7, 2024
2 parents a69c22e + 29cedd7 commit aef5542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ steps:
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
# ...
```

Expand All @@ -62,7 +62,7 @@ steps:
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
# ...
```

Expand Down

0 comments on commit aef5542

Please sign in to comment.