We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9fd51 commit 3b9163aCopy full SHA for 3b9163a
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
cd ..
51
52
- name: Upload artifacts for debugging
53
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
54
with:
55
name: OpenStack-Profile-Switcher-Extensions
56
path: dist/
@@ -61,7 +61,7 @@ jobs:
61
if: github.event_name == 'release'
62
steps:
63
- name: Download build artifacts
64
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
65
66
67
path: dist
0 commit comments