Skip to content
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

⬆️ Bump actions/upload-artifact from 4.3.3 to 4.3.6 #375

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
⬆️ Bump actions/upload-artifact from 4.3.3 to 4.3.6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@6546280...834a144)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Aug 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 6c23f916e7cc2ceccee09419104bf1bd90ddfec2
4 changes: 2 additions & 2 deletions .github/workflows/example-local.yaml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:
echo ", ${{github.event.inputs.car_input}}" >> cars.txt

- name: Upload artifact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # ratchet:actions/upload-artifact@v4.3.6
with:
path: '*.txt'

@@ -59,6 +59,6 @@ jobs:
extra_materials: extra-materials.json

- name: Upload provenance
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # ratchet:actions/upload-artifact@v4.3.6
with:
path: provenance.json
4 changes: 2 additions & 2 deletions .github/workflows/example-publish.yaml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
run: echo "onion, tomato, jalapeno, cilantro, lime, salt" > salsa.txt

- name: Upload artifact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # ratchet:actions/upload-artifact@v4.3.6
with:
path: salsa.txt

@@ -32,6 +32,6 @@ jobs:
arguments: --artifact-path artifact/ --output-path provenance.json

- name: Upload provenance
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # ratchet:actions/upload-artifact@v4.3.6
with:
path: provenance.json