Skip to content

Commit 2c00c7e

Browse files
dependabot[bot]jirihnidek
authored andcommitted
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82925a9 commit 2c00c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ jobs:
6262
run: tito build --test --rpm --verbose --debug -o ./rpm_build --no-cleanup
6363

6464
- name: Store source RPM as artifact
65-
uses: actions/upload-artifact@v5
65+
uses: actions/upload-artifact@v6
6666
with:
6767
name: Source RPM
6868
path: ./rpm_build/*.rpm
6969

7070
- name: Store binary RPMs as artifacts
71-
uses: actions/upload-artifact@v5
71+
uses: actions/upload-artifact@v6
7272
with:
7373
name: Binary RPMs
7474
# TODO: replace x86_64 with result of 'uname -m'

0 commit comments

Comments
 (0)