Skip to content

Commit 3e43da8

Browse files
committed
bump upload version
1 parent 9cf9a6e commit 3e43da8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Pair with `actions/upload-artifact` to keep the trace for inspection:
147147
output-path: bombadil-output
148148
time-limit: 5m
149149
- if: always()
150-
uses: actions/upload-artifact@v4
150+
uses: actions/upload-artifact@v7
151151
with:
152152
name: bombadil-output
153153
path: bombadil-output
@@ -169,7 +169,7 @@ The usual pattern: start your app in the background, wait for it to accept conne
169169
time-limit: 5m
170170
output-path: bombadil-output
171171
- if: always()
172-
uses: actions/upload-artifact@v4
172+
uses: actions/upload-artifact@v7
173173
with:
174174
name: bombadil-output
175175
path: bombadil-output

0 commit comments

Comments
 (0)