Skip to content

Commit e65c528

Browse files
committed
- Update actions
1 parent 00cc52f commit e65c528

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/PR-CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
versionSpec: 5.x
4040

4141
- name: Step-02 Check out Code
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v4
4343
with:
4444
fetch-depth: 0
4545

@@ -73,7 +73,7 @@ jobs:
7373
working-directory: '${{ env.working-directory }}'
7474

7575
- name: Step-08 Upload Build Artifacts
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: build-artifact
7979
path: ${{env.working-directory}}
@@ -90,7 +90,7 @@ jobs:
9090
working-directory: /home/runner/work/parsley.net/parsley.net
9191
steps:
9292
- name: Step-01 Retrieve Build Artifacts
93-
uses: actions/download-artifact@v3
93+
uses: actions/download-artifact@v4
9494
with:
9595
name: build-artifact
9696
path: ${{env.working-directory}}
@@ -111,7 +111,7 @@ jobs:
111111
working-directory: /home/runner/work/parsley.net/parsley.net
112112
steps:
113113
- name: Step-01 Retrieve Build Artifacts
114-
uses: actions/download-artifact@v3
114+
uses: actions/download-artifact@v4
115115
with:
116116
name: build-artifact
117117
path: ${{env.working-directory}}

0 commit comments

Comments
 (0)