Skip to content

Commit 87b120e

Browse files
Merge pull request music-encoding#1739 from music-encoding/dependabot/github_actions/actions/upload-artifact-6.0.0
build: bump actions/upload-artifact from 4.6.2 to 6.0.0
2 parents cd58552 + 464011a commit 87b120e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: ant build-customizations
2020

2121
- name: Upload artifact
22-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2
22+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0
2323
with:
2424
name: mei-schemata-${{ github.sha }}
2525
path: dist/schemata

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ jobs:
7575

7676
### UPLOADING THE ARTIFACTS ###
7777
- name: Upload PDF
78-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
78+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7979
with:
8080
name: pdf
8181
path: ${{ github.workspace }}/dist/guidelines/pdf/MEI_Guidelines_*.pdf
8282

8383
- name: Upload Prince XML log
84-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
84+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8585
with:
8686
name: prince_log
8787
path: ${{ github.workspace }}/build/prince.log

0 commit comments

Comments
 (0)