Skip to content

Commit ebd7b39

Browse files
authored
Merge pull request #1049 from ix5/ci-upload-artifact
.github: Update actions to upload-artifact@v4
2 parents 56c05cb + 3c7170d commit ebd7b39

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Archive and upload updated screenshots & hashes
6969
if: ${{ steps.compare-screenshots.outcome == 'failure' }}
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: updated-screenshots-and-hashes
7373
path: isso/js/tests/screenshots/reference/

.github/workflows/javascript-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: make js
7171

7272
- name: Archive and upload generated minified client files
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: client-js-files
7676
path: |

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: pip install dist/${{ steps.generate-package.outputs.package_file }}
5656

5757
- name: Archive and upload generated package
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: ${{ matrix.os }}-python-${{ matrix.python-version }}-${{ steps.generate-package.outputs.package_file }}
6161
path: dist/${{ steps.generate-package.outputs.package_file }}

0 commit comments

Comments
 (0)