Skip to content

Commit 2deee15

Browse files
authored
Update action versions
1 parent 2ddf57c commit 2deee15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Publish Github Release
2727
steps:
2828
- name: Download artifacts
29-
uses: actions/download-artifact@v3
29+
uses: actions/download-artifact@v4
3030
with:
3131
path: artifacts/
3232

.github/workflows/insiders.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ jobs:
115115
echo "$(git rev-parse ${{ env.PARENT_COMMIT }})" > __upstream_commit.txt
116116
- name: Upload parent commit file
117117
if: ${{ success() }}
118-
uses: actions/upload-artifact@v3
118+
uses: actions/upload-artifact@v4
119119
with:
120120
name: upstream_commit
121121
path: __upstream_commit.txt
122122

123123
- name: Upload logs files
124124
if: ${{ failure() && (steps.runSmokeTests.outcome == 'failure' || steps.runIntegrationTests.outcome == 'failure') }}
125-
uses: actions/upload-artifact@v3
125+
uses: actions/upload-artifact@v4
126126
with:
127127
name: logs-linux-x64
128128
path: .build/logs

0 commit comments

Comments
 (0)