Skip to content

Commit 970a2b2

Browse files
authored
Bump versions (#439)
1 parent c88cb81 commit 970a2b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
node-version: 18
5252
registry-url: https://registry.npmjs.org/
5353
- name: Download tarball artifact
54-
uses: actions/download-artifact@v3.0.1
54+
uses: actions/download-artifact@v4.2.1
5555
with:
5656
name: tarball
5757
- id: get-version

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
node-version: 18
5353
registry-url: https://registry.npmjs.org/
5454
- name: Download tarball artifact
55-
uses: actions/download-artifact@v3.0.1
55+
uses: actions/download-artifact@v4.2.1
5656
with:
5757
name: tarball
5858
- id: get-version

0 commit comments

Comments
 (0)