mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Merge pull request #4485 from ZoneMinder/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
This commit is contained in:
@@ -138,7 +138,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
- name: Create release
|
- name: Create release
|
||||||
|
|||||||
2
.github/workflows/build-native-packages.yml
vendored
2
.github/workflows/build-native-packages.yml
vendored
@@ -134,7 +134,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
- name: Create release
|
- name: Create release
|
||||||
|
|||||||
Reference in New Issue
Block a user