Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#262)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.4...v4.3.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 90ee051 commit 4c7ff62
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debian12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "HOST: $HOST"
- name: Upload Package to Workflow Artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: ${{ env.DEB_NAME }}
path: ${{ env.DEB_FILE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fedora40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "RPM_FILE=${RPM_FILE}" >> $GITHUB_ENV
- name: Upload Workflow Artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: ${{ env.RPM_NAME }}
path: ${{ env.RPM_FILE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubuntu2204-backports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "DEB_FILE=${DEB_FILE}" >> $GITHUB_ENV
- name: Upload Workflow Artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: ${{ env.DEB_NAME }}
path: ${{ env.DEB_FILE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubuntu2404.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
echo "DEB_FILE=${DEB_FILE}" >> $GITHUB_ENV
- name: Upload Workflow Artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: ${{ env.DEB_NAME }}
path: ${{ env.DEB_FILE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/neon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
echo "DEB_FILE=${DEB_FILE}" >> $GITHUB_ENV
- name: Upload Workflow Artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: ${{ env.DEB_NAME }}
path: ${{ env.DEB_FILE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tumbleweed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "RPM_FILE=${RPM_FILE}" >> $GITHUB_ENV
- name: Upload Workflow Artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: ${{ env.RPM_NAME }}
path: ${{ env.RPM_FILE }}
Expand Down

0 comments on commit 4c7ff62

Please sign in to comment.