Skip to content

Commit 2820fbc

Browse files
BayheckBayheck
andauthored
bump: update actions/upload-artifact version from 3 to 4 (#3042)
Co-authored-by: Bayheck <adil.rakhaliyev@devexpress.com>
1 parent ede686e commit 2820fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-to-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
core.setOutput('packageName', `${name}-${version}`);
4444
core.setOutput('imageName', `${name}/${name}:${version}`);
4545
46-
- uses: actions/upload-artifact@v3
46+
- uses: actions/upload-artifact@v4
4747
with:
4848
name: npm
4949
path: |
@@ -63,7 +63,7 @@ jobs:
6363
- run: |
6464
git reset --soft `git merge-base "${{github.event.inputs.base_sha}}" HEAD`
6565
git diff --name-only --cached > changes.txt
66-
- uses: actions/upload-artifact@v3
66+
- uses: actions/upload-artifact@v4
6767
with:
6868
name: changes
6969
path: changes.txt

0 commit comments

Comments
 (0)