We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd0436 commit 94f5c2aCopy full SHA for 94f5c2a
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
subject-path: "${{ github.workspace }}/dist/*"
31
32
- name: Upload Packages
33
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
34
with:
35
name: packages
36
path: |
@@ -45,7 +45,7 @@ jobs:
45
permissions:
46
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
47
steps:
48
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
49
50
51
path: dist
@@ -79,7 +79,7 @@ jobs:
79
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
80
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
81
82
83
84
85
0 commit comments