Skip to content

Commit a2cecec

Browse files
chore(deps): update github artifact actions
1 parent 11a29a7 commit a2cecec

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/percy-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
# Upload artifact so the `pr-percy-snapshots` workflow can pick it up
6464
- name: Upload artifact
65-
uses: actions/upload-artifact@v5
65+
uses: actions/upload-artifact@v7
6666
with:
6767
name: "percy-testing-web-artifact"
6868
path: artifact/*

.github/workflows/pr-percy-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: rm -rf templates/docs/examples/ templates/_macros/ tokens/ sd.config.json scss/
3030

3131
- name: Download artifact from prepare workflow
32-
uses: actions/download-artifact@v6
32+
uses: actions/download-artifact@v8
3333
with:
3434
name: "percy-testing-web-artifact"
3535
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish-on-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Show size of the build file
2424
run: stat -c '%s' build/css/build.css
2525
- run: cp VANILLA_VERSION build/css
26-
- uses: actions/upload-artifact@v5
26+
- uses: actions/upload-artifact@v7
2727
with:
2828
name: css
2929
path: build/css
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- uses: actions/checkout@v6
57-
- uses: actions/download-artifact@v6
57+
- uses: actions/download-artifact@v8
5858
with:
5959
name: css
6060
path: css

0 commit comments

Comments
 (0)