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 eecb526 commit 6d18f3eCopy full SHA for 6d18f3e
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
@@ -63,7 +65,7 @@ jobs:
63
65
64
66
67
- name: Download artifact from build job
- uses: actions/download-artifact@v7
68
+ uses: actions/download-artifact@v4
69
with:
70
name: Steeltoe.io
71
0 commit comments