Skip to content

Commit

Permalink
Maintenance release
Browse files Browse the repository at this point in the history
- Updated @actions/upload-artifact to v4 #25
- Docs: Updated @actions/checkout to v4
  • Loading branch information
milanmk committed Jan 30, 2024
1 parent b720b0e commit c1baf76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This is a composite GitHub Action (Linux runner) for deploying repository conten

```yml
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Deploy"
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
timeout-minutes: 30
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Deploy"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ runs:
exit 0
- name: "Upload artifacts"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "transfer_artifacts"
path: |
Expand Down

0 comments on commit c1baf76

Please sign in to comment.