Skip to content

Commit 4388eb0

Browse files
committed
Update GitHub Actions
1 parent b7652dc commit 4388eb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/readme-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
github-token: ${{ secrets.GITHUB_TOKEN }}
122122
script: |
123-
github.git.createRef({
123+
github.rest.git.createRef({
124124
owner: context.repo.owner,
125125
repo: context.repo.repo,
126126
ref: `refs/tags/${process.env.VERSIONTAG_THIS}`,

.github/workflows/test-recent-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@v6
7575
-
7676
name: Loading list of extensions to be tested
77-
uses: actions/download-artifact@v6
77+
uses: actions/download-artifact@v8
7878
with:
7979
name: artifact
8080
-

0 commit comments

Comments
 (0)