Skip to content

Commit 6d18f3e

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

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
@@ -63,7 +65,7 @@ jobs:
6365
runs-on: ubuntu-latest
6466
steps:
6567
- name: Download artifact from build job
66-
uses: actions/download-artifact@v7
68+
uses: actions/download-artifact@v4
6769
with:
6870
name: Steeltoe.io
6971

0 commit comments

Comments
 (0)