-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update actions/upload-artifact action to v3.2.1 #1519
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/actions-upload-artifact-3.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
changed the title
chore(deps): update actions/upload-artifact action to v3.1.3
Update actions/upload-artifact action to v3.1.3
Dec 15, 2023
renovate
bot
changed the title
Update actions/upload-artifact action to v3.1.3
chore(deps): update actions/upload-artifact action to v3.1.3
Dec 15, 2023
renovate
bot
changed the title
chore(deps): update actions/upload-artifact action to v3.1.3
Update actions/upload-artifact action to v3.1.3
Jan 9, 2024
renovate
bot
changed the title
Update actions/upload-artifact action to v3.1.3
chore(deps): update actions/upload-artifact action to v3.1.3
Jan 11, 2024
renovate
bot
changed the title
chore(deps): update actions/upload-artifact action to v3.1.3
Update actions/upload-artifact action to v3.1.3
Jan 11, 2024
renovate
bot
changed the title
Update actions/upload-artifact action to v3.1.3
chore(deps): update actions/upload-artifact action to v3.1.3
Jan 22, 2024
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
6 times, most recently
from
February 19, 2024 12:01
c09c153
to
b540518
Compare
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
10 times, most recently
from
February 23, 2024 06:18
60f757e
to
cd3fb97
Compare
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
3 times, most recently
from
March 4, 2024 15:06
8e3e150
to
0d82cfe
Compare
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
5 times, most recently
from
March 11, 2024 16:59
17bc144
to
400edf5
Compare
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
3 times, most recently
from
August 16, 2024 13:48
c7641e6
to
051c0b2
Compare
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
2 times, most recently
from
August 24, 2024 17:54
9d777d5
to
3e09bbc
Compare
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
from
August 29, 2024 10:06
3e09bbc
to
67eb395
Compare
renovate
bot
changed the title
chore(deps): update actions/upload-artifact action to v3.1.3
chore(deps): update actions/upload-artifact action to v3.2.0
Aug 30, 2024
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
4 times, most recently
from
September 2, 2024 18:56
428c21d
to
df7cf55
Compare
renovate
bot
changed the title
chore(deps): update actions/upload-artifact action to v3.2.0
chore(deps): update actions/upload-artifact action to v3.2.1
Sep 2, 2024
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
5 times, most recently
from
September 9, 2024 14:59
a6c5d66
to
68ec8ed
Compare
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
2 times, most recently
from
September 20, 2024 07:55
8f99f30
to
f946bfd
Compare
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
2 times, most recently
from
October 16, 2024 04:58
d63a651
to
07cbaac
Compare
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
2 times, most recently
from
October 16, 2024 10:58
7f678b8
to
ac65890
Compare
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
4 times, most recently
from
October 30, 2024 10:29
2c4e18b
to
50bb211
Compare
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
from
November 5, 2024 06:11
50bb211
to
8ed0b24
Compare
renovate
bot
force-pushed
the
renovate/actions-upload-artifact-3.x
branch
from
November 7, 2024 06:07
8ed0b24
to
b53b3e5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.1.0
->v3.2.1
Release Notes
actions/upload-artifact (actions/upload-artifact)
v3.2.1
Compare Source
What's Changed
This fixes the
include-hidden-files
input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1
v3.2.0
Compare Source
Notice: Breaking Changes⚠️
We will no longer include hidden files and folders by default in the
upload-artifact
action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option,include-hidden-files
, to continue to do so.See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.
What's Changed
Full Changelog: actions/upload-artifact@v3.1.3...v3.2.0
v3.1.3
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v3...v3.1.3
v3.1.2
Compare Source
@actions/*
NPM packages to their latest versions- #374v3.1.1
Compare Source
set-output
deprecation warning #351Configuration
📅 Schedule: 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.