Skip to content

Commit 98a792b

Browse files
committed
Update build.yml
1 parent 14a8f04 commit 98a792b

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -72,80 +72,80 @@ jobs:
7272
echo "CXX=clang++" >> $GITHUB_ENV
7373
7474
- name: Checking out SourceMod
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@v6
7676
with:
7777
repository: alliedmodders/sourcemod
7878
ref: ${{ matrix.sm_branch }}
7979
path: sourcemod-${{ matrix.sm_version }}
8080
submodules: recursive
8181

8282
- name: Checking out MM:Source
83-
uses: actions/checkout@v4
83+
uses: actions/checkout@v6
8484
with:
8585
repository: alliedmodders/metamod-source
8686
ref: ${{ matrix.mm_branch }}
8787
path: metamod-${{ matrix.mm_version }}
8888

8989
- name: Setting up Python
90-
uses: actions/setup-python@v5
90+
uses: actions/setup-python@v6
9191
with:
92-
python-version: '3.11'
92+
python-version: '3.12'
9393

9494
- name: Setting up ambuild
9595
run: |
9696
python -m pip install wheel
9797
pip install git+https://github.com/accelerator74/ambuild@nog3
9898
9999
- name: Checking out hl2sdk-l4d2
100-
uses: actions/checkout@v4
100+
uses: actions/checkout@v6
101101
with:
102102
repository: alliedmodders/hl2sdk
103103
ref: l4d2
104104
path: hl2sdk-l4d2
105105

106106
- name: Checking out hl2sdk-l4d
107-
uses: actions/checkout@v4
107+
uses: actions/checkout@v6
108108
with:
109109
repository: alliedmodders/hl2sdk
110110
ref: l4d
111111
path: hl2sdk-l4d
112112

113113
- name: Checking out hl2sdk-css
114-
uses: actions/checkout@v4
114+
uses: actions/checkout@v6
115115
with:
116116
repository: alliedmodders/hl2sdk
117117
ref: css
118118
path: hl2sdk-css
119119

120120
- name: Checking out hl2sdk-tf2
121-
uses: actions/checkout@v4
121+
uses: actions/checkout@v6
122122
with:
123123
repository: alliedmodders/hl2sdk
124124
ref: tf2
125125
path: hl2sdk-tf2
126126

127127
- name: Checking out hl2sdk-csgo
128-
uses: actions/checkout@v4
128+
uses: actions/checkout@v6
129129
with:
130130
repository: alliedmodders/hl2sdk
131131
ref: csgo
132132
path: hl2sdk-csgo
133133

134134
- name: Checking out hl2sdk-hl2dm
135-
uses: actions/checkout@v4
135+
uses: actions/checkout@v6
136136
with:
137137
repository: alliedmodders/hl2sdk
138138
ref: hl2dm
139139
path: hl2sdk-hl2dm
140140

141141
- name: Checking out hl2sdk-manifests
142-
uses: actions/checkout@v4
142+
uses: actions/checkout@v6
143143
with:
144144
repository: alliedmodders/hl2sdk-manifests
145145
path: hl2sdk-manifests
146146

147147
- name: Checking out own repository
148-
uses: actions/checkout@v4
148+
uses: actions/checkout@v6
149149
with:
150150
path: src
151151

@@ -159,7 +159,7 @@ jobs:
159159
ambuild
160160
161161
- name: Uploading package
162-
uses: actions/upload-artifact@v4
162+
uses: actions/upload-artifact@v5
163163
with:
164164
name: ${{ github.event.repository.name }}-sm${{ matrix.sm_version }}-${{ matrix.os_short }}-${{ env.GITHUB_SHA_SHORT }}
165165
path: src/build/package
@@ -172,7 +172,7 @@ jobs:
172172

173173
steps:
174174
- name: Download artifacts
175-
uses: actions/download-artifact@v4
175+
uses: actions/download-artifact@v6
176176

177177
- name: Package
178178
run: |

0 commit comments

Comments
 (0)