Skip to content

Commit 0640cb1

Browse files
authored
Merge pull request #4 from jongalloway/dependabot/github_actions/actions/upload-artifact-7
ci: bump actions/upload-artifact from 4 to 7
2 parents 4984981 + 2e21228 commit 0640cb1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# that's when you most want to eyeball the rendered output.
9999
- name: Upload rendered snapshots
100100
if: always()
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v7
102102
with:
103103
name: snapshots
104104
path: artifacts/test-results/snapshots/
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Upload test results
109109
if: always()
110-
uses: actions/upload-artifact@v4
110+
uses: actions/upload-artifact@v7
111111
with:
112112
name: test-results
113113
path: TestResults/

.github/workflows/release-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: Upload Inkscape PNGs
140140
if: always()
141-
uses: actions/upload-artifact@v4
141+
uses: actions/upload-artifact@v7
142142
with:
143143
name: inkscape-exports
144144
path: inkscape-exports/
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Upload source SVGs
149149
if: always()
150-
uses: actions/upload-artifact@v4
150+
uses: actions/upload-artifact@v7
151151
with:
152152
name: source-svgs
153153
path: artifacts/test-results/snapshots/

0 commit comments

Comments
 (0)