Skip to content

Commit 00a79e0

Browse files
authored
Merge pull request #259 from timabell/dependabot/github_actions/github-actions-985357984d
chore(deps): bump the github-actions group with 2 updates
2 parents 97e1f7e + 2b3b0a6 commit 00a79e0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
tar -czvf ${{ matrix.artifact_name }}.tar.gz -C "target/${{ matrix.target }}/release" "${{ matrix.binary_name }}"
135135
fi
136136
- name: Upload Build Artifact
137-
uses: actions/upload-artifact@v6
137+
uses: actions/upload-artifact@v7
138138
with:
139139
name: ${{ matrix.artifact_name }}
140140
path: ${{ matrix.artifact_name }}.*

.github/workflows/_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ jobs:
3232
args: --latest --strip header
3333

3434
- name: Download Linux Build
35-
uses: actions/download-artifact@v7
35+
uses: actions/download-artifact@v8
3636
with:
3737
name: gitopolis-linux-x86_64
3838

3939
- name: Download Windows Build
40-
uses: actions/download-artifact@v7
40+
uses: actions/download-artifact@v8
4141
with:
4242
name: gitopolis-windows-x86_64
4343

4444
- name: Download macOS Build
45-
uses: actions/download-artifact@v7
45+
uses: actions/download-artifact@v8
4646
with:
4747
name: gitopolis-macos-x86_64
4848

0 commit comments

Comments
 (0)