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 a2baf3e commit 6c035b7Copy full SHA for 6c035b7
1 file changed
.github/workflows/build-and-stage.yml
@@ -26,6 +26,8 @@ jobs:
26
runs-on: ubuntu-latest
27
steps:
28
- uses: actions/checkout@v6
29
+ with:
30
+ persist-credentials: false
31
32
- name: Setup .NET
33
uses: actions/setup-dotnet@v5
@@ -60,7 +62,7 @@ jobs:
60
62
61
63
64
- name: Download artifact from build job
- uses: actions/download-artifact@v7
65
+ uses: actions/download-artifact@v4
66
with:
67
name: Steeltoe.io
68
0 commit comments