Skip to content

Commit 70536b6

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent 9574281 commit 70536b6

7 files changed

+7
-7
lines changed

.github/workflows/azure-webapps-dotnet-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
6161

6262
- name: Upload artifact for deployment job
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: .net-app
6666
path: ${{env.DOTNET_ROOT}}/myapp

.github/workflows/azure-webapps-java-jar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: mvn clean install
5252

5353
- name: Upload artifact for deployment job
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: java-app
5757
path: '${{ github.workspace }}/target/*.jar'

.github/workflows/azure-webapps-node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
npm run test --if-present
5151
5252
- name: Upload artifact for deployment job
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: node-app
5656
path: .

.github/workflows/azure-webapps-php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: composer validate --no-check-publish && composer install --prefer-dist --no-progress
7272

7373
- name: Upload artifact for deployment job
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: php-app
7777
path: .

.github/workflows/azure-webapps-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
5757

5858
- name: Upload artifact for deployment jobs
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: python-app
6262
path: |

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Upload the results as artifacts (optional).
4444
- name: "Upload artifact"
45-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
45+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
4646
with:
4747
name: SARIF file
4848
path: results.sarif

.github/workflows/xanitizer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
license: ${{ secrets.XANITIZER_LICENSE }}
8787

8888
# Archiving the findings list reports
89-
- uses: actions/upload-artifact@v3
89+
- uses: actions/upload-artifact@v4
9090
with:
9191
name: Xanitizer-Reports
9292
path: |

0 commit comments

Comments
 (0)