Skip to content

Commit 029e5cc

Browse files
Merge branch 'development' into polishing
2 parents 7678e00 + 1fd5eba commit 029e5cc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: redis-cli ping
3535

3636
- name: Setup Node.js
37-
uses: actions/setup-node@v3
37+
uses: actions/setup-node@v4
3838
with:
3939
node-version: 'lts/*'
4040
cache: 'npm'
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Store assets
6161
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master') }}
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: assets
6565
path: umd/
@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Download assets
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4
8585
with:
8686
name: assets
8787
path: umd
@@ -91,7 +91,7 @@ jobs:
9191
working-directory: umd
9292

9393
- name: Configure AWS credentials
94-
uses: aws-actions/configure-aws-credentials@v1-node16
94+
uses: aws-actions/configure-aws-credentials@v4
9595
with:
9696
role-to-assume: arn:aws:iam::${{ matrix.account_id }}:role/gha-public-assets-role
9797
aws-region: us-east-1
@@ -120,7 +120,7 @@ jobs:
120120

121121
steps:
122122
- name: Download assets
123-
uses: actions/download-artifact@v3
123+
uses: actions/download-artifact@v4
124124
with:
125125
name: assets
126126
path: umd
@@ -130,7 +130,7 @@ jobs:
130130
working-directory: umd
131131

132132
- name: Configure AWS credentials
133-
uses: aws-actions/configure-aws-credentials@v1-node16
133+
uses: aws-actions/configure-aws-credentials@v4
134134
with:
135135
role-to-assume: arn:aws:iam::${{ matrix.account_id }}:role/gha-public-assets-role
136136
aws-region: us-east-1

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2024 Split Software, Inc.
1+
Copyright © 2025 Split Software, Inc.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)