Skip to content

Commit d7e0c69

Browse files
chore(deps): update github actions
1 parent 1491fc8 commit d7e0c69

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: pre-commit run -a --show-diff-on-failure || true
2020
- name: Check for changes
2121
run: git diff --output=format-changes.patch
22-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
22+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2323
with:
2424
name: format-changes.patch
2525
path: format-changes.patch
@@ -94,15 +94,15 @@ jobs:
9494
buildPreset: mingw-${{ matrix.arch }}
9595
buildPresetAdditionalArgs: "['--config ${{ matrix.build }}']"
9696

97-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
97+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9898
with:
9999
name: openvpn-mingw-${{ matrix.arch }}-${{ matrix.build }}
100100
path: |
101101
${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/**/${{ matrix.build }}/*.exe
102102
${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/**/${{ matrix.build }}/*.dll
103103
!${{ github.workspace }}/out/build/mingw/${{ matrix.arch }}/**/${{ matrix.build }}/test_*.exe
104104
105-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
105+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
106106
with:
107107
name: openvpn-mingw-${{ matrix.arch }}-${{ matrix.build }}-tests
108108
path: |
@@ -124,7 +124,7 @@ jobs:
124124
- name: Checkout OpenVPN
125125
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
126126
- name: Retrieve mingw unittest
127-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
127+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
128128
with:
129129
name: openvpn-mingw-${{ matrix.arch }}-${{ matrix.build }}-tests
130130
path: unittests
@@ -293,7 +293,7 @@ jobs:
293293
testPreset: win-${{ matrix.arch }}-release
294294
testPresetAdditionalArgs: "['--output-on-failure']"
295295

296-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
296+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
297297
with:
298298
name: openvpn-msvc-${{ matrix.arch }}
299299
path: |

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
steps:
5252
- name: Deploy to GitHub Pages
5353
id: deployment
54-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
54+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

0 commit comments

Comments
 (0)