Skip to content

Commit 01051f4

Browse files
Bump actions/upload-artifact from 6 to 7 in /.github/workflows (#559)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c467e4 commit 01051f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/macos-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
--skip-jenkins
5353
PySolFC.dmg dist
5454
- name: Upload zipped app
55-
uses: actions/upload-artifact@v6
55+
uses: actions/upload-artifact@v7
5656
with:
5757
name: pysolfc-app
5858
path: PySolFC-app.zip
5959
- name: Upload dmg
60-
uses: actions/upload-artifact@v6
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: pysolfc-dmg
6363
path: PySolFC.dmg

0 commit comments

Comments
 (0)