Skip to content

Commit 2ad1a27

Browse files
authored
Merge pull request #1172 from logicality-io/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents f3cb94e + 6508373 commit 2ad1a27

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/aspnet-core-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ./build.ps1 push-nugetorg
5858
shell: pwsh
5959
- name: Upload Artifacts
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: artifacts
6363
path: artifacts

.github/workflows/bullseye-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ./build.ps1 push-nugetorg
5858
shell: pwsh
5959
- name: Upload Artifacts
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: artifacts
6363
path: artifacts

.github/workflows/configuration-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ./build.ps1 push-nugetorg
5858
shell: pwsh
5959
- name: Upload Artifacts
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: artifacts
6363
path: artifacts

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ./build.ps1 push-nugetorg
5858
shell: pwsh
5959
- name: Upload Artifacts
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: artifacts
6363
path: artifacts

.github/workflows/hosting-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ./build.ps1 push-nugetorg
5858
shell: pwsh
5959
- name: Upload Artifacts
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: artifacts
6363
path: artifacts

.github/workflows/lambda-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ./build.ps1 push-nugetorg
5858
shell: pwsh
5959
- name: Upload Artifacts
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: artifacts
6363
path: artifacts

.github/workflows/pulumi-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ./build.ps1 push-nugetorg
5858
shell: pwsh
5959
- name: Upload Artifacts
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: artifacts
6363
path: artifacts

.github/workflows/system-extensions-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ./build.ps1 push-nugetorg
5858
shell: pwsh
5959
- name: Upload Artifacts
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: artifacts
6363
path: artifacts

.github/workflows/webhook-relay-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ./build.ps1 push-nugetorg
5858
shell: pwsh
5959
- name: Upload Artifacts
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: artifacts
6363
path: artifacts

0 commit comments

Comments
 (0)