Skip to content

Commit 99cc578

Browse files
committed
Updating version of artifact actions
1 parent df5f97a commit 99cc578

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/api-docs-generator.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: ${{ env.FETCH_CMD }}
2626
- name: Check cache
2727
id: cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: ${{ env.FILE_NAME }}
3131
key: oas--${{ hashFiles(env.FILE_NAME) }}
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "::set-output name=diff::true"
3636
- name: Generate specification artifacts
3737
if: steps.checksum.outputs.diff != 'true'
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: specification
4141
path: ${{ env.FILE_NAME }}
@@ -46,11 +46,11 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v4
5050
with:
5151
ref: ${{ env.BRANCH }}
5252
- name: Download specification artifacts
53-
uses: actions/download-artifact@v2
53+
uses: actions/download-artifact@v4
5454
with:
5555
name: specification
5656
- name: Parse changelog
@@ -107,7 +107,7 @@ jobs:
107107
draft: true
108108
prerelease: false
109109
- name: Delete artifacts
110-
uses: geekyeggo/delete-artifact@v1
110+
uses: geekyeggo/delete-artifact@v4
111111
with:
112112
name: specification
113113
- name: Send Slack notification on success

0 commit comments

Comments
 (0)