Skip to content

Commit 74b34b0

Browse files
Merge pull request #40 from bevyengine/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 9bfa745 + 8df7547 commit 74b34b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
run: |
322322
mkdir -p ./msrv
323323
echo ${{ github.event.number }} > ./msrv/NR
324-
- uses: actions/upload-artifact@v4
324+
- uses: actions/upload-artifact@v5
325325
if: ${{ failure() && github.event_name == 'pull_request' && steps.check.conclusion == 'failure' }}
326326
with:
327327
name: msrv

.github/workflows/validation-jobs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
time CI_TESTING_CONFIG=$example cargo run --example $example_name
7979
sleep 10
8080
done
81-
- uses: actions/upload-artifact@v4
81+
- uses: actions/upload-artifact@v5
8282
if: ${{ failure() && github.event_name == 'pull_request' }}
8383
with:
8484
name: example-run-linux
@@ -106,7 +106,7 @@ jobs:
106106
time CI_TESTING_CONFIG=$example cargo run --example $example_name
107107
sleep 10
108108
done
109-
- uses: actions/upload-artifact@v4
109+
- uses: actions/upload-artifact@v5
110110
if: ${{ failure() && github.event_name == 'pull_request' }}
111111
with:
112112
name: example-run-windows
@@ -164,7 +164,7 @@ jobs:
164164
xvfb-run cargo run -p build-wasm-example -- --browsers chromium --browsers firefox --frames 25 --test 2d_shapes lighting text_debug breakout
165165
166166
- name: Save screenshots
167-
uses: actions/upload-artifact@v4
167+
uses: actions/upload-artifact@v5
168168
with:
169169
name: screenshots-wasm
170170
path: .github/start-wasm-example/screenshot-*.png

0 commit comments

Comments
 (0)