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.
2 parents 5d3fdb0 + fdc2218 commit 63858f1Copy full SHA for 63858f1
.github/workflows/e2e-suite.yml
@@ -243,7 +243,7 @@ jobs:
243
submodules: 'recursive'
244
245
- name: Download test report
246
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
247
with:
248
name: test-report-file
249
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # [email protected]
46
47
- name: Login to Docker Hub
48
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # pin@v3.4.0
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # pin@v3.5.0
49
50
username: ${{ secrets.DOCKERHUB_USERNAME }}
51
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments