Skip to content

Commit 6c035b7

Browse files
committed
checkout with persist-credentials=false, revert download-artifact version bump
1 parent a2baf3e commit 6c035b7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-and-stage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v6
29+
with:
30+
persist-credentials: false
2931

3032
- name: Setup .NET
3133
uses: actions/setup-dotnet@v5
@@ -60,7 +62,7 @@ jobs:
6062
runs-on: ubuntu-latest
6163
steps:
6264
- name: Download artifact from build job
63-
uses: actions/download-artifact@v7
65+
uses: actions/download-artifact@v4
6466
with:
6567
name: Steeltoe.io
6668

0 commit comments

Comments
 (0)