Skip to content

Commit 3b9163a

Browse files
committed
init CICD
1 parent eb9fd51 commit 3b9163a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cd ..
5151
5252
- name: Upload artifacts for debugging
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: OpenStack-Profile-Switcher-Extensions
5656
path: dist/
@@ -61,7 +61,7 @@ jobs:
6161
if: github.event_name == 'release'
6262
steps:
6363
- name: Download build artifacts
64-
uses: actions/download-artifact@v3
64+
uses: actions/download-artifact@v4
6565
with:
6666
name: OpenStack-Profile-Switcher-Extensions
6767
path: dist

0 commit comments

Comments
 (0)