Skip to content

Commit 530f2c2

Browse files
authored
Merge pull request #93 from quarkslab/dependabot/github_actions/actions-1a3042a095
Bump the actions group with 2 updates
2 parents 9563059 + f4a5615 commit 530f2c2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,15 @@ jobs:
144144
# We need one action per file
145145
# See https://github.com/actions/upload-artifact/issues/331
146146
- name: Upload Artifacts (64)
147-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
147+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
148148
with:
149149
name: idaplugin-${{ matrix.os }}-${{ matrix.ida_sdk }}
150150
path: ${{ matrix.ida_sdk }}-quokka_plugin0064.${{ matrix.ext }}
151151
if-no-files-found: error
152152

153153
- name: Upload Artifacts (32)
154154
if: ${{ contains('74,77,80,81,82,83,84', matrix.ida_sdk) }}
155-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
155+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
156156
with:
157157
name: idaplugin-${{ matrix.os }}-${{ matrix.ida_sdk }}-32
158158
path: ${{ matrix.ida_sdk }}-quokka_plugin0032.${{ matrix.ext }}
@@ -194,7 +194,7 @@ jobs:
194194

195195
steps:
196196
- name: Download Artefact
197-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
197+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
198198
with:
199199
name: idaplugin-${{ matrix.os }}-${{ matrix.ida_sdk }}${{ matrix.bitness }}
200200

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache-dependency-glob: pyproject.toml
2222
- name: Build wheel
2323
run: uv build --wheel
24-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
24+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
2525
with:
2626
name: wheels
2727
path: dist/*.whl
@@ -38,7 +38,7 @@ jobs:
3838
cache-dependency-glob: pyproject.toml
3939
- name: Build sdist
4040
run: uv build --sdist
41-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
41+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4242
with:
4343
name: sdist
4444
path: dist/*.tar.gz
@@ -52,7 +52,7 @@ jobs:
5252
# Used for uploading the release notes.
5353
contents: write
5454
steps:
55-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
55+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
5656
with:
5757
path: dist/
5858
merge-multiple: true

0 commit comments

Comments
 (0)