Skip to content

Commit df0b507

Browse files
Bump actions/upload-artifact from 2.3.1 to 3.1.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.3.1...v3.1.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dfc9786 commit df0b507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pkgs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: rpmlint ${{ steps.rpm.outputs.rpm_dir_path }}
5050

5151
- name: Upload artifact
52-
uses: actions/upload-artifact@v2.3.1
52+
uses: actions/upload-artifact@v3.1.0
5353
with:
5454
name: Binary and Source RPMs
5555
path: |

0 commit comments

Comments
 (0)