Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.3 to 4.6.0 (#303)
Browse files Browse the repository at this point in the history
* Bump actions/upload-artifact from 4.4.3 to 4.6.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.3...v4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Use v4 instead of v4.6.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matin Lotfaliei <matinlotfali@gmail.com>
  • Loading branch information
dependabot[bot] and matinlotfali authored Jan 13, 2025
1 parent 890c6f1 commit e81c277
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debian-sid.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/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4
with:
name: ${{ env.DEB_NAME }}
path: ${{ env.DEB_FILE }}
Expand Down
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/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4
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/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4
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/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4
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/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4
with:
name: ${{ env.DEB_NAME }}
path: ${{ env.DEB_FILE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubuntu2410.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
echo "DEB_FILE=${DEB_FILE}" >> $GITHUB_ENV
- name: Upload Workflow Artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4
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/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4
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/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4
with:
name: ${{ env.RPM_NAME }}
path: ${{ env.RPM_FILE }}
Expand Down

0 comments on commit e81c277

Please sign in to comment.