Skip to content

chore(deps): update github artifact actions (major)#17

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-github-artifact-actions
Open

chore(deps): update github artifact actions (major)#17
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-github-artifact-actions

Conversation

@renovate

@renovate renovate Bot commented May 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action major v6v7

Release Notes

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v7

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 13, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
earthapp-cloud c7ad419 Jun 22 2026, 01:16 PM

@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 3 times, most recently from fe4b4d6 to 89d155e Compare May 20, 2026 01:10
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 14 times, most recently from 33bc47a to 67924ec Compare May 29, 2026 22:36
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 2 times, most recently from 9624862 to 7b83fc8 Compare May 31, 2026 06:05
@codecov

codecov Bot commented May 31, 2026

Copy link
Copy Markdown

❌ 6 Tests Failed:

Tests completed Failed Passed Skipped
779 6 773 0
View the full list of 6 ❄️ flaky test(s)
tests/user/timer.spec.ts > UserTimer > allows starting again after a successful stop

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.001s run time
TypeError: this.state.waitUntil is not a function
 ❯ UserTimer.fetch src/user/timer.ts:270:16
 ❯ tests/user/timer.spec.ts:171:24
tests/user/timer.spec.ts > UserTimer > honors administrator rank to bypass step delay on auto-advance

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.009s run time
TypeError: this.state.waitUntil is not a function
 ❯ UserTimer.fetch src/user/timer.ts:270:16
 ❯ tests/user/timer.spec.ts:277:25
tests/user/timer.spec.ts > UserTimer > preserves metadata on activity_read_time trackers and completes matching read-time quests

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.003s run time
TypeError: this.state.waitUntil is not a function
 ❯ UserTimer.fetch src/user/timer.ts:270:16
 ❯ tests/user/timer.spec.ts:410:25
tests/user/timer.spec.ts > UserTimer > respects step delay when no rank is supplied to the timer

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.062s run time
TypeError: this.state.waitUntil is not a function
 ❯ UserTimer.fetch src/user/timer.ts:270:16
 ❯ tests/user/timer.spec.ts:341:25
tests/user/timer.spec.ts > UserTimer > stops a running timer and applies badge tracker updates

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.006s run time
TypeError: this.state.waitUntil is not a function
 ❯ UserTimer.fetch src/user/timer.ts:270:16
 ❯ tests/user/timer.spec.ts:123:15
tests/user/timer.spec.ts > UserTimer > stops successfully without metadata by falling back to field id

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.001s run time
TypeError: this.state.waitUntil is not a function
 ❯ UserTimer.fetch src/user/timer.ts:270:16
 ❯ tests/user/timer.spec.ts:209:24

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 4 times, most recently from ca13fbe to ed6d8e0 Compare June 2, 2026 01:58
@renovate renovate Bot changed the title chore(deps): update actions/upload-artifact action to v7 chore(deps): update github artifact actions to v7 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 4 times, most recently from dc7dbdb to f1c981a Compare June 4, 2026 16:37
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 5 times, most recently from 6ed3bae to 92ac832 Compare June 6, 2026 05:16
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch 7 times, most recently from bc379d1 to 8396a98 Compare June 17, 2026 01:40
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from 8396a98 to e06c70a Compare June 19, 2026 10:47
@renovate renovate Bot changed the title chore(deps): update github artifact actions to v7 chore(deps): update github artifact actions (major) Jun 22, 2026
@renovate renovate Bot force-pushed the renovate/major-github-artifact-actions branch from e06c70a to c7ad419 Compare June 22, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants